Add input
This commit is contained in:
parent
0d1b1aa784
commit
537edcae99
2 changed files with 6 additions and 0 deletions
5
crates/ui/src/input.rs
Normal file
5
crates/ui/src/input.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
use gpui::SharedString;
|
||||||
|
|
||||||
|
pub struct Input {
|
||||||
|
placeholder: SharedString,
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
pub mod button;
|
pub mod button;
|
||||||
mod colors;
|
mod colors;
|
||||||
pub mod disableable;
|
pub mod disableable;
|
||||||
|
pub mod input;
|
||||||
pub mod label;
|
pub mod label;
|
||||||
pub mod preview;
|
pub mod preview;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue