✨ [bootsier] Nuevo componente Dropdown
This commit is contained in:
parent
13932dc930
commit
0b0ca31ad2
5 changed files with 221 additions and 0 deletions
5
packages/pagetop-bootsier/src/bs/dropdown.rs
Normal file
5
packages/pagetop-bootsier/src/bs/dropdown.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mod component;
|
||||
pub use component::Dropdown;
|
||||
|
||||
mod item;
|
||||
pub use item::Item;
|
||||
Loading…
Add table
Add a link
Reference in a new issue