1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-01 11:30:35 +02:00

Extra component: Dropdown

This commit is contained in:
Angelos Chalaris
2016-09-07 13:06:46 +03:00
parent 40da09731a
commit 2b50a2da14
8 changed files with 91 additions and 25 deletions

View File

@@ -17,10 +17,10 @@ A minimal Sass-y responsive mobile-first style-agnostic CSS framework.
- **label**: label and badge styles `GZIPPED SIZE`: 208 bytes
- **tab**: tabbed navigation `GZIPPED SIZE`: 347 bytes
- **modal**: modal dialog prompts `GZIPPED SIZE`: 298 bytes
- **dropdown**: dropdown menu for the navigation bar `GZIPPED SIZE`: 136 bytes
TODO:
- Components
- Dropdowns (possibly checkbox-hack)
- Collapse (checkbox based)
- Also accordion (radio based)
- Progress bar styles (maybe also spinners)