Add IconButton
component
This commit is contained in:
parent
bcad2f4e9e
commit
696aee3891
6 changed files with 83 additions and 4 deletions
6
crates/ui2/src/elements/button.rs
Normal file
6
crates/ui2/src/elements/button.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
#[derive(Default, Copy, Clone, PartialEq)]
|
||||
pub enum ButtonVariant {
|
||||
#[default]
|
||||
Ghost,
|
||||
Filled,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue