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

Scaffolding for the flavors page

This commit is contained in:
Angelos Chalaris
2018-05-01 13:03:23 +03:00
parent 2025616feb
commit 4f03856ba3
6 changed files with 127 additions and 6 deletions

View File

@@ -0,0 +1,29 @@
var version = require('../vinf').version;
module.exports = {
id: 'build-your-own-flavor',
title: 'Build your own flavor',
content: `<p></p>`,
sections: [
{id: 'textual-content', title: 'Textual content'},
{id: 'color-palette', title: 'Color palette'},
{id: 'universal-styles', title: 'Universal styles'},
{id: 'grid', title: 'Grid'},
{id: 'cards', title: 'Cards'},
{id: 'forms-and-input', title: 'Forms &amp; input'},
{id: 'buttons', title: 'Buttons'},
{id: 'header', title: 'Header'},
{id: 'navbar', title: 'Navigation bar'},
{id: 'footer', title: 'Footer'},
{id: 'menu-drawer', title: 'Menu drawer'},
{id: 'tables', title: 'Tables'},
{id: 'text-highlighting', title: 'Text highlighting'},
{id: 'toasts', title: 'Toasts'},
{id: 'tooltips', title: 'Tooltips'},
{id: 'modals', title: 'Modal dialogs'},
{id: 'collapse', title: 'Spoilers &amp accordions'},
{id: 'progress', title: 'Progress bars'},
{id: 'donut-spinner', title: 'Donut spinners'},
{id: 'icons', title: 'Icons'},
{id: 'utility', title: 'Utilities'}
]
}