✨ (base): Añade componente Dropdown
This commit is contained in:
parent
e5431bc7d7
commit
946d335664
10 changed files with 584 additions and 0 deletions
7
src/base/component/dropdown.rs
Normal file
7
src/base/component/dropdown.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//! Definiciones para crear menús desplegables ([`Dropdown`]) y sus elementos ([`Item`]).
|
||||
|
||||
mod component;
|
||||
pub use component::Dropdown;
|
||||
|
||||
mod item;
|
||||
pub use item::Item;
|
||||
Loading…
Add table
Add a link
Reference in a new issue