Add IconButton component

This commit is contained in:
Marshall Bowers 2023-10-06 17:16:00 -04:00
parent bcad2f4e9e
commit 696aee3891
6 changed files with 83 additions and 4 deletions

View file

@ -0,0 +1,6 @@
#[derive(Default, Copy, Clone, PartialEq)]
pub enum ButtonVariant {
#[default]
Ghost,
Filled,
}