stormasm / textinput-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Rust 99.8%Language:Shell 0.2%