1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-11 16:33:58 +02:00

Tab and spinner module initial commit (empty)

This commit is contained in:
Angelos Chalaris
2016-11-09 16:18:16 +02:00
parent bcc316df9c
commit f14be08c71
4 changed files with 5 additions and 0 deletions

View File

@@ -332,3 +332,4 @@
- Updated demo page for `accordion` with `radio`s as well. - Updated demo page for `accordion` with `radio`s as well.
- Added a small section about `tab`s and `carousel`s, just to allow me to test presentation a bit more. - Added a small section about `tab`s and `carousel`s, just to allow me to test presentation a bit more.
- Deployed demo page with `accordion` demo. - Deployed demo page with `accordion` demo.
- Added `mini-shell/tab` and `mini-shell/spinner` for the `tab` and `spinner` modules accordingly.

View File

@@ -370,4 +370,6 @@ a{
// You can comment out modules you do not want to use. // You can comment out modules you do not want to use.
@import 'mini-shell/card'; @import 'mini-shell/card';
@import 'mini-shell/accordion'; @import 'mini-shell/accordion';
@import 'mini-shell/tab';
@import 'mini-shell/spinner';
//=================================================== //===================================================

View File

@@ -0,0 +1 @@
// Definitions for spinners.

View File

@@ -0,0 +1 @@
// Definitions for tabs/horizontal accordions.