Implement styling for Slider

This commit is contained in:
Héctor Ramón Jiménez 2020-01-07 00:28:08 +01:00
parent d0dc7cebf9
commit b329003c8f
9 changed files with 266 additions and 47 deletions

View file

@ -1,4 +1,5 @@
pub mod button;
pub mod container;
pub mod scrollable;
pub mod slider;
pub mod text_input;