"layout-media": {
"name": "Media Object",
"subtitle": "The famous <strong>media object</strong> prevalent in social media interfaces, but useful in any context",
- "path": "/documentation/layout/media"
+ "path": "/documentation/layout/media-object"
},
"layout-hero": {
"name": "Hero",
"form-general": {
"name": "General",
"subtitle": "All generic <strong>form controls</strong>, designed for consistency",
+ "color": "link",
+ "icon": "keyboard",
+ "icon_regular": "true",
"path": "/documentation/form/general"
},
"form-input": {
"name": "Input",
"subtitle": "The <strong>text input</strong> and its variations",
+ "color": "link",
+ "icon": "minus",
"path": "/documentation/form/input"
},
"form-textarea": {
"name": "Textarea",
"subtitle": "The multiline <strong>textarea</strong> and its variations",
+ "color": "link",
+ "icon": "square",
"path": "/documentation/form/textarea"
},
"form-select": {
"name": "Select",
"subtitle": "The browser built-in <strong>select dropdown</strong>, styled accordingly",
+ "color": "link",
+ "icon": "mouse-pointer",
"path": "/documentation/form/select"
},
"form-checkbox": {
"name": "Checkbox",
"subtitle": "The 2-state <strong>checkbox</strong> in its native format",
+ "color": "link",
+ "icon": "check-square",
"path": "/documentation/form/checkbox"
},
"form-radio": {
"name": "Radio",
"subtitle": "The mutually exclusive <strong>radio buttons</strong> in their native format",
+ "color": "link",
+ "icon": "dot-circle",
"path": "/documentation/form/radio"
},
"form-file": {
"name": "File",
"subtitle": "A custom <strong>file upload</strong> input, without JavaScript",
+ "color": "link",
+ "icon": "cloud-upload-alt",
"path": "/documentation/form/file"
},
"elements": {
"elements-box": {
"name": "Box",
"subtitle": "A white <strong>box</strong> to contain other elements",
+ "color": "grey",
+ "icon": "square",
+ "icon_regular": "true",
"path": "/documentation/elements/box"
},
"elements-button": {
"name": "Button",
"subtitle": "The classic <strong>button</strong>, in different colors, sizes, and states",
+ "color": "primary",
+ "icon": "hand-pointer",
+ "icon_regular": "true",
"path": "/documentation/elements/button"
},
"elements-content": {
"name": "Content",
- "subtitle": "A single class to handle WYSIWYG generated content, where only <strong>HTML tags</strong> are available",
+ "subtitle": "A single class to handle <strong>WYSIWYG</strong> generated content, where only <strong>HTML tags</strong> are available",
+ "color": "success",
+ "icon": "align-left",
"path": "/documentation/elements/content"
},
"elements-delete": {
"name": "Delete",
"subtitle": "A versatile <strong>delete</strong> cross",
+ "color": "danger",
+ "icon": "times-circle",
"path": "/documentation/elements/delete"
},
"elements-icon": {
"name": "Icon",
"subtitle": "Compatible with all icon font libraries, including <strong>Font Awesome 5</strong>",
+ "icon": "font-awesome",
+ "icon_brand": "true",
"path": "/documentation/elements/icon"
},
"elements-image": {
"name": "Image",
"subtitle": "A container for <strong>responsive images</strong>",
+ "color": "bootstrap",
+ "icon": "image",
"path": "/documentation/elements/image"
},
"elements-notification": {
"name": "Notification",
"subtitle": "Bold <strong>notification</strong> blocks, to alert your users of something",
+ "color": "danger",
+ "icon": "exclamation-triangle",
"path": "/documentation/elements/notification"
},
"elements-progress": {
"name": "Progress bars",
"subtitle": "Native HTML <strong>progress</strong> bars",
+ "color": "warning",
+ "icon": "spinner",
"path": "/documentation/elements/progress"
},
"elements-table": {
"name": "Table",
"subtitle": "The inevitable HTML <strong>table</strong>, with special case cells",
+ "color": "info",
+ "icon": "table",
"path": "/documentation/elements/table"
},
"elements-tag": {
"name": "Tag",
"subtitle": "Small <strong>tag labels</strong> to insert anywhere",
+ "color": "orange",
+ "icon": "tag",
"path": "/documentation/elements/tag"
},
"elements-title": {
"name": "Title",
"subtitle": "Simple <strong>headings</strong> to add depth to your page",
+ "color": "black",
+ "icon": "heading",
"path": "/documentation/elements/title"
},
"components": {