Slider & Text Input (#12)

* WIP Slider

* Text Input component

* Finalized

* Finishing touches

* remove styles

* Fix sizes and colors

* Fix text input being too restrictive

* Fix enter being ignored

* Fixed duplicate export
This commit is contained in:
Adrian O.V
2023-03-06 17:26:10 -05:00
committed by GitHub
parent 74773ade62
commit ce38d4ff6b
7 changed files with 313 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ export default {
{ text: 'Pagination', link: '/components/pagination' },
{ text: 'Animated Logo', link: '/components/animated-logo' },
{ text: 'Text Logo', link: '/components/text-logo' },
{ text: 'Slider', link: '/components/slider' },
{ text: 'Text Inputs', link: '/components/text-inputs' },
],
},
],