This is a fork of gpui-component.
It has a complete identical copy of the workspace crate with a much reduced story set that mainly deals with the textinput widget and its associated cohorts that show functionality of the textinput widget.
The stories that it shows are the following:
- Buttons
- Input
- Switch
- Popup
- List
- Icon
- Scrollable
It points at the workspace
branch of this repository for its dependencies.
ti = { git = "https://github.com/stormasm/textinput.git", branch = "workspace" }
Note that the complete identical copy of the workspace crate means the only change was
that the ui
crate was renamed to ti
so that it could be used in conjunction with
textinput.
But if you look at the file sizes of the two crates they are identical because 'u' was replaced with 't' in the crate name.
The following functionality is not included in the ti
crate that is included in the ui
crate:
- clipboard
- dropdown
- link
- progress
- radio
- resizable
- skeleton
- slider
- svg_img
- table
- time
- webview