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:
29
docs/doc-fragments/buildYourOwnFlavor.js
Normal file
29
docs/doc-fragments/buildYourOwnFlavor.js
Normal 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 & 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 & accordions'},
|
||||
{id: 'progress', title: 'Progress bars'},
|
||||
{id: 'donut-spinner', title: 'Donut spinners'},
|
||||
{id: 'icons', title: 'Icons'},
|
||||
{id: 'utility', title: 'Utilities'}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user