2018-04-09 11:45:52 +00:00
{
"by_id" : {
"home" : {
"name" : "Home" ,
"path" : ""
} ,
"documentation" : {
"name" : "Documentation" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "Everything you need to <strong>create a website</strong> with Bulma" ,
2018-04-09 11:45:52 +00:00
"path" : "/documentation"
} ,
2018-04-09 16:32:12 +00:00
"overview" : {
"name" : "Overview" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "An overview of what Bulma as a <strong>framework</strong> is all about" ,
2018-04-10 21:38:00 +00:00
"color" : "primary" ,
"icon" : "eye" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview"
} ,
"overview-start" : {
2018-07-12 16:15:22 +00:00
"name" : "Start" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "You only need <strong>1 CSS file</strong> to use Bulma" ,
2018-04-11 08:41:32 +00:00
"color" : "danger" ,
"icon" : "rocket" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview/start"
} ,
2018-04-09 19:19:29 +00:00
"overview-customize" : {
"name" : "Customize" ,
"subtitle" : "Create your <strong>own theme</strong> with a simple set of <strong>variables</strong>" ,
2018-10-16 15:31:16 +00:00
"color" : "purple" ,
2018-04-11 08:41:32 +00:00
"icon" : "paint-brush" ,
2018-04-09 19:19:29 +00:00
"path" : "/documentation/overview/customize"
} ,
2018-04-09 16:32:12 +00:00
"overview-classes" : {
2018-07-12 16:15:22 +00:00
"name" : "Classes" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "Bulma is simply a <strong>collection</strong> of CSS classes. Write the HTML code you want." ,
2018-04-11 08:41:32 +00:00
"color" : "link" ,
"icon_brand" : "true" ,
"icon" : "css3" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview/classes"
} ,
"overview-modular" : {
2018-04-09 19:19:29 +00:00
"name" : "Modularity" ,
"subtitle" : "Just import what you <strong>need</strong>" ,
2018-04-11 08:41:32 +00:00
"color" : "success" ,
"icon" : "cubes" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview/modular"
} ,
"overview-responsiveness" : {
"name" : "Responsiveness" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "Bulma is a <strong>mobile-first</strong> framework" ,
2018-04-11 08:41:32 +00:00
"color" : "primary" ,
"icon" : "arrows-alt-h" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview/responsiveness"
} ,
"overview-variables" : {
"name" : "Variables" ,
2018-04-16 10:56:05 +00:00
"subtitle" : "See how Bulma uses <strong>Sass variables</strong> to allow easy customization" ,
2018-04-11 08:41:32 +00:00
"color" : "grey" ,
"icon" : "cogs" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview/variables"
} ,
"overview-colors" : {
"name" : "Colors" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "The <strong>colors</strong> that <strong>style</strong> most Bulma elements and components" ,
2018-04-11 08:41:32 +00:00
"color" : "info" ,
"icon" : "tint" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview/colors"
} ,
"overview-functions" : {
"name" : "Functions" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "Utility functions to calculate colors and other values" ,
2018-04-11 08:41:32 +00:00
"color" : "orange" ,
"icon" : "code" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview/functions"
} ,
"overview-mixins" : {
"name" : "Mixins" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "Utility mixins for custom elements and responsive helpers" ,
2018-04-11 08:41:32 +00:00
"color" : "purple" ,
"icon" : "plus" ,
2018-04-09 16:32:12 +00:00
"path" : "/documentation/overview/mixins"
} ,
2018-07-14 17:38:27 +00:00
"customize" : {
"name" : "Customize" ,
"subtitle" : "Create your <strong>own theme</strong> with a simple set of <strong>variables</strong>" ,
2018-10-16 15:31:16 +00:00
"color" : "purple" ,
2018-07-14 17:38:27 +00:00
"icon" : "paint-brush" ,
"path" : "/documentation/customize"
} ,
"customize-concepts" : {
"name" : "Concepts" ,
"subtitle" : "What makes Bulma <strong>customizable</strong>" ,
"color" : "info" ,
"icon" : "lightbulb" ,
"path" : "/documentation/customize/concepts"
} ,
"customize-variables" : {
"name" : "Variables" ,
"subtitle" : "See how Bulma uses <strong>Sass variables</strong> to allow easy customization" ,
"color" : "grey" ,
"icon" : "cogs" ,
"path" : "/documentation/customize/variables"
} ,
"customize-node-sass" : {
"name" : "With node-sass" ,
"subtitle" : "Use npm/yarn and node-sass" ,
"color" : "danger" ,
"icon_brand" : "true" ,
"icon" : "npm" ,
"path" : "/documentation/customize/with-node-sass"
} ,
"customize-sass-cli" : {
"name" : "With Sass CLI" ,
"subtitle" : "Use the Sass command line" ,
"color" : "purple" ,
"icon_brand" : "true" ,
"icon" : "sass" ,
"path" : "/documentation/customize/with-sass-cli"
} ,
"customize-webpack" : {
2018-07-19 16:44:16 +00:00
"name" : "With webpack" ,
"subtitle" : "Use Bulma with webpack" ,
2018-07-14 17:38:27 +00:00
"color" : "warning" ,
"icon_brand" : "true" ,
"icon" : "js" ,
"path" : "/documentation/customize/with-webpack"
} ,
2018-04-09 16:11:24 +00:00
"modifiers" : {
"name" : "Modifiers" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "An <strong>easy-to-read</strong> naming system designed for humans" ,
2018-04-11 08:41:32 +00:00
"color" : "grey" ,
2018-04-10 21:38:00 +00:00
"icon" : "cogs" ,
2018-04-09 16:11:24 +00:00
"path" : "/documentation/modifiers"
} ,
"modifiers-syntax" : {
"name" : "Syntax" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Most Bulma elements have <strong>alternative</strong> styles. To apply them, you only need to append one of the <strong>modifier classes</strong>. They all start with <code>is-</code> or <code>has-</code>." ,
2018-04-11 08:41:32 +00:00
"color" : "orange" ,
"icon" : "code" ,
2018-04-09 16:11:24 +00:00
"path" : "/documentation/modifiers/syntax"
} ,
"modifiers-helpers" : {
"name" : "Helpers" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Apply <strong>helper classes</strong> to almost any element, in order to alter its style" ,
2018-04-11 08:41:32 +00:00
"color" : "danger" ,
"icon" : "medkit" ,
2018-04-09 16:11:24 +00:00
"path" : "/documentation/modifiers/helpers"
} ,
"modifiers-responsive-helpers" : {
"name" : "Responsive helpers" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "<strong>Show/hide content</strong> depending on the width of the viewport" ,
2018-04-11 08:41:32 +00:00
"color" : "primary" ,
"icon" : "arrows-alt-h" ,
2018-04-09 16:11:24 +00:00
"path" : "/documentation/modifiers/responsive-helpers"
} ,
"modifiers-color-helpers" : {
"name" : "Color helpers" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Change the <strong>color</strong> of the text and/or background" ,
2018-04-11 08:41:32 +00:00
"color" : "info" ,
"icon" : "tint" ,
2018-04-09 16:11:24 +00:00
"path" : "/documentation/modifiers/color-helpers"
} ,
"modifiers-typography-helpers" : {
"name" : "Typography helpers" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Change the <strong>size</strong> and <strong>color</strong> of the text for one or multiple viewport width" ,
2018-04-11 08:41:32 +00:00
"color" : "grey-dark" ,
"icon" : "font" ,
2018-04-09 16:11:24 +00:00
"path" : "/documentation/modifiers/typography-helpers"
} ,
2018-04-09 11:45:52 +00:00
"columns" : {
"name" : "Columns" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "The power of <strong>Flexbox</strong> in a simple interface" ,
2018-04-10 21:38:00 +00:00
"color" : "star" ,
"icon" : "columns" ,
2018-04-09 11:45:52 +00:00
"path" : "/documentation/columns"
} ,
"columns-basics" : {
"name" : "Basics" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A simple way to build <strong>responsive columns</strong>" ,
2018-04-11 08:41:32 +00:00
"color" : "star" ,
"icon" : "columns" ,
2018-04-09 11:45:52 +00:00
"path" : "/documentation/columns/basics"
} ,
2018-04-11 08:41:32 +00:00
"columns-sizes" : {
"name" : "Sizes" ,
"subtitle" : "Define the <strong>size</strong> of each column <strong>individually</strong>" ,
"color" : "success" ,
"icon" : "expand-arrows-alt" ,
"path" : "/documentation/columns/sizes"
} ,
"columns-responsiveness" : {
"name" : "Responsiveness" ,
"subtitle" : "Handle <strong>different</strong> column layouts for each <strong>breakpoint</strong>" ,
"color" : "primary" ,
"icon" : "arrows-alt-h" ,
"path" : "/documentation/columns/responsiveness"
2018-04-09 11:45:52 +00:00
} ,
"columns-nesting" : {
"name" : "Nesting" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A simple way to build <strong>responsive columns</strong>" ,
2018-04-11 08:41:32 +00:00
"color" : "danger" ,
"icon" : "sitemap" ,
2018-04-09 11:45:52 +00:00
"path" : "/documentation/columns/nesting"
} ,
2018-04-11 08:41:32 +00:00
"columns-gap" : {
"name" : "Gap" ,
"subtitle" : "Customize the <strong>gap</strong> between the columns" ,
"color" : "info" ,
"icon" : "pause" ,
"path" : "/documentation/columns/gap"
} ,
2018-04-09 11:45:52 +00:00
"columns-options" : {
"name" : "Options" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Design different <strong>types</strong> of column layouts" ,
2018-04-11 08:41:32 +00:00
"color" : "grey" ,
"icon" : "cogs" ,
2018-04-09 11:45:52 +00:00
"path" : "/documentation/columns/options"
} ,
2018-04-09 15:50:33 +00:00
"layout" : {
"name" : "Layout" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "Design the <strong>structure</strong> of your webpage with these CSS classes" ,
2018-04-10 21:38:00 +00:00
"color" : "success" ,
"icon" : "warehouse" ,
2018-04-09 15:50:33 +00:00
"path" : "/documentation/layout"
} ,
2018-04-09 19:37:05 +00:00
"layout-container" : {
"name" : "Container" ,
"subtitle" : "A simple <strong>container</strong> to center your content horizontally" ,
"path" : "/documentation/layout/container"
} ,
2018-04-09 15:50:33 +00:00
"layout-level" : {
"name" : "Level" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A multi-purpose <strong>horizontal level</strong>, which can contain almost any other element" ,
2018-04-09 15:50:33 +00:00
"path" : "/documentation/layout/level"
} ,
"layout-media" : {
"name" : "Media Object" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The famous <strong>media object</strong> prevalent in social media interfaces, but useful in any context" ,
2018-04-11 01:11:12 +00:00
"path" : "/documentation/layout/media-object"
2018-04-09 15:50:33 +00:00
} ,
"layout-hero" : {
"name" : "Hero" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "An imposing <strong>hero banner</strong> to showcase something" ,
2018-04-09 15:50:33 +00:00
"path" : "/documentation/layout/hero"
} ,
"layout-section" : {
"name" : "Section" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading" ,
2018-04-09 15:50:33 +00:00
"path" : "/documentation/layout/section"
} ,
"layout-footer" : {
"name" : "Footer" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc." ,
2018-04-09 15:50:33 +00:00
"path" : "/documentation/layout/footer"
} ,
"layout-tiles" : {
"name" : "Tiles" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A <strong>single tile</strong> element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids" ,
2018-04-09 15:50:33 +00:00
"path" : "/documentation/layout/tiles"
} ,
2018-04-09 15:15:58 +00:00
"form" : {
"name" : "Form" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The indispensable <strong>form controls</strong>, designed for maximum clarity" ,
2018-04-10 21:38:00 +00:00
"color" : "link" ,
"icon_brand" : "true" ,
"icon" : "wpforms" ,
2018-04-09 15:15:58 +00:00
"path" : "/documentation/form"
} ,
"form-general" : {
"name" : "General" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "All generic <strong>form controls</strong>, designed for consistency" ,
2018-04-11 01:11:12 +00:00
"color" : "link" ,
"icon" : "keyboard" ,
"icon_regular" : "true" ,
2018-04-09 15:15:58 +00:00
"path" : "/documentation/form/general"
} ,
"form-input" : {
"name" : "Input" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The <strong>text input</strong> and its variations" ,
2018-04-11 01:11:12 +00:00
"color" : "link" ,
"icon" : "minus" ,
2018-04-09 15:15:58 +00:00
"path" : "/documentation/form/input"
} ,
"form-textarea" : {
"name" : "Textarea" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The multiline <strong>textarea</strong> and its variations" ,
2018-04-11 01:11:12 +00:00
"color" : "link" ,
"icon" : "square" ,
2018-04-09 15:15:58 +00:00
"path" : "/documentation/form/textarea"
} ,
"form-select" : {
"name" : "Select" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The browser built-in <strong>select dropdown</strong>, styled accordingly" ,
2018-04-11 01:11:12 +00:00
"color" : "link" ,
"icon" : "mouse-pointer" ,
2018-04-09 15:15:58 +00:00
"path" : "/documentation/form/select"
} ,
"form-checkbox" : {
"name" : "Checkbox" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The 2-state <strong>checkbox</strong> in its native format" ,
2018-04-11 01:11:12 +00:00
"color" : "link" ,
"icon" : "check-square" ,
2018-04-09 15:15:58 +00:00
"path" : "/documentation/form/checkbox"
} ,
"form-radio" : {
"name" : "Radio" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The mutually exclusive <strong>radio buttons</strong> in their native format" ,
2018-04-11 01:11:12 +00:00
"color" : "link" ,
"icon" : "dot-circle" ,
2018-04-09 15:15:58 +00:00
"path" : "/documentation/form/radio"
} ,
"form-file" : {
"name" : "File" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A custom <strong>file upload</strong> input, without JavaScript" ,
2018-04-11 01:11:12 +00:00
"color" : "link" ,
"icon" : "cloud-upload-alt" ,
2018-04-09 15:15:58 +00:00
"path" : "/documentation/form/file"
} ,
2018-04-09 11:45:52 +00:00
"elements" : {
"name" : "Elements" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Essential interface elements that only require a <strong>single CSS class</strong>" ,
2018-04-10 21:38:00 +00:00
"color" : "orange" ,
"icon" : "cube" ,
2018-04-09 11:45:52 +00:00
"path" : "/documentation/elements"
} ,
2018-04-09 13:15:31 +00:00
"elements-box" : {
"name" : "Box" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A white <strong>box</strong> to contain other elements" ,
2018-04-11 01:11:12 +00:00
"color" : "grey" ,
"icon" : "square" ,
"icon_regular" : "true" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/box"
} ,
"elements-button" : {
2018-04-09 11:45:52 +00:00
"name" : "Button" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The classic <strong>button</strong>, in different colors, sizes, and states" ,
2018-04-11 14:43:26 +00:00
"color" : "success" ,
2018-04-11 01:11:12 +00:00
"icon" : "hand-pointer" ,
"icon_regular" : "true" ,
2018-04-09 11:45:52 +00:00
"path" : "/documentation/elements/button"
2018-04-09 12:18:46 +00:00
} ,
2018-04-09 13:15:31 +00:00
"elements-content" : {
"name" : "Content" ,
2018-04-11 01:11:12 +00:00
"subtitle" : "A single class to handle <strong>WYSIWYG</strong> generated content, where only <strong>HTML tags</strong> are available" ,
2018-04-11 14:43:26 +00:00
"color" : "primary" ,
2018-04-11 01:11:12 +00:00
"icon" : "align-left" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/content"
} ,
"elements-delete" : {
"name" : "Delete" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A versatile <strong>delete</strong> cross" ,
2018-04-11 01:11:12 +00:00
"color" : "danger" ,
"icon" : "times-circle" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/delete"
} ,
"elements-icon" : {
"name" : "Icon" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Compatible with all icon font libraries, including <strong>Font Awesome 5</strong>" ,
2018-04-11 01:11:12 +00:00
"icon" : "font-awesome" ,
"icon_brand" : "true" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/icon"
} ,
"elements-image" : {
"name" : "Image" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A container for <strong>responsive images</strong>" ,
2018-04-11 08:41:32 +00:00
"color" : "purple" ,
2018-04-11 01:11:12 +00:00
"icon" : "image" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/image"
} ,
"elements-notification" : {
"name" : "Notification" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Bold <strong>notification</strong> blocks, to alert your users of something" ,
2018-04-11 14:43:26 +00:00
"color" : "orange" ,
2018-04-11 01:11:12 +00:00
"icon" : "exclamation-triangle" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/notification"
} ,
"elements-progress" : {
"name" : "Progress bars" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Native HTML <strong>progress</strong> bars" ,
2018-04-11 01:11:12 +00:00
"color" : "warning" ,
"icon" : "spinner" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/progress"
} ,
"elements-table" : {
"name" : "Table" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "The inevitable HTML <strong>table</strong>, with special case cells" ,
2018-04-11 01:11:12 +00:00
"color" : "info" ,
"icon" : "table" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/table"
} ,
"elements-tag" : {
"name" : "Tag" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Small <strong>tag labels</strong> to insert anywhere" ,
2018-04-11 14:43:26 +00:00
"color" : "success" ,
2018-04-11 01:11:12 +00:00
"icon" : "tag" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/tag"
} ,
"elements-title" : {
"name" : "Title" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Simple <strong>headings</strong> to add depth to your page" ,
2018-04-11 01:11:12 +00:00
"color" : "black" ,
"icon" : "heading" ,
2018-04-09 13:15:31 +00:00
"path" : "/documentation/elements/title"
} ,
2018-04-09 12:18:46 +00:00
"components" : {
"name" : "Components" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Advanced multi-part components with lots of possibilities" ,
2018-04-10 21:38:00 +00:00
"color" : "danger" ,
"icon" : "cubes" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components"
} ,
"components-breadcrumb" : {
"name" : "Breadcrumb" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A simple <strong>breadcrumb</strong> component to improve your navigation experience" ,
2018-04-11 14:43:26 +00:00
"color" : "star" ,
"icon" : "ellipsis-h" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/breadcrumb"
} ,
"components-card" : {
"name" : "Card" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "An all-around flexible and composable component" ,
2018-04-11 14:43:26 +00:00
"color" : "success" ,
"icon" : "id-card" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/card"
} ,
"components-dropdown" : {
"name" : "Dropdown" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "An interactive <strong>dropdown menu</strong> for discoverable content" ,
2018-04-11 14:43:26 +00:00
"color" : "success" ,
"icon" : "angle-down" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/dropdown"
} ,
"components-menu" : {
"name" : "Menu" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A simple <strong>menu</strong>, for any type of vertical navigation" ,
2018-04-11 14:43:26 +00:00
"icon" : "bars" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/menu"
} ,
"components-message" : {
"name" : "Message" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Colored <strong>message</strong> blocks, to emphasize part of your page" ,
2018-04-11 14:43:26 +00:00
"color" : "info" ,
"icon" : "window-maximize" ,
"icon_regular" : "true" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/message"
} ,
"components-modal" : {
"name" : "Modal" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A classic <strong>modal</strong> overlay, in which you can include <em>any</em> content you want" ,
2018-04-11 14:43:26 +00:00
"color" : "danger" ,
"icon" : "clone" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/modal"
} ,
"components-navbar" : {
"name" : "Navbar" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A responsive horizontal <strong>navbar</strong> that can support images, links, buttons, and dropdowns" ,
2018-04-11 14:43:26 +00:00
"color" : "primary" ,
"icon" : "minus" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/navbar"
} ,
"components-pagination" : {
"name" : "Pagination" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A responsive, usable, and flexible <strong>pagination</strong>" ,
2018-04-11 14:43:26 +00:00
"color" : "orange" ,
"icon" : "caret-square-right" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/pagination"
} ,
"components-panel" : {
"name" : "Panel" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "A composable <strong>panel</strong>, for compact controls" ,
2018-04-11 14:43:26 +00:00
"color" : "grey-dark" ,
"icon" : "list-alt" ,
"icon_regular" : "true" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/panel"
} ,
"components-tabs" : {
"name" : "Tabs" ,
2018-04-09 19:37:05 +00:00
"subtitle" : "Simple responsive horizontal navigation <strong>tabs</strong>, with different styles" ,
2018-04-11 14:43:26 +00:00
"color" : "purple" ,
"icon" : "folder" ,
2018-04-09 12:18:46 +00:00
"path" : "/documentation/components/tabs"
2018-04-09 20:16:50 +00:00
} ,
2018-05-23 22:01:38 +00:00
"videos" : {
"name" : "Videos" ,
"path" : "/videos"
} ,
2018-04-09 20:16:50 +00:00
"blog" : {
"name" : "Blog" ,
"path" : "/blog"
2018-04-09 21:25:26 +00:00
} ,
"expo" : {
"name" : "Expo" ,
2018-04-10 16:56:38 +00:00
"subtitle" : "Official Bulma showcase" ,
2018-04-10 17:22:04 +00:00
"icon" : "star" ,
"color" : "star" ,
2018-04-09 21:25:26 +00:00
"path" : "/expo"
} ,
"love" : {
"name" : "Love" ,
2018-04-10 16:56:38 +00:00
"subtitle" : "Fans of Bulma around the world" ,
2018-04-10 17:22:04 +00:00
"color" : "danger" ,
"icon" : "heart" ,
2018-04-09 21:25:26 +00:00
"path" : "/love"
2018-04-10 16:33:43 +00:00
} ,
2018-04-10 17:50:19 +00:00
"more" : {
"name" : "More" ,
"path" : "/more"
} ,
2018-04-10 16:56:38 +00:00
"bulma-start" : {
"name" : "Bulma start" ,
"subtitle" : "A tiny npm package to get started" ,
2018-04-10 17:22:04 +00:00
"icon" : "rocket" ,
"color" : "success" ,
2018-04-10 16:56:38 +00:00
"path" : "/bulma-start"
} ,
"made-with-bulma" : {
"name" : "Made with Bulma" ,
"subtitle" : "The official community badge" ,
2018-04-10 17:22:04 +00:00
"icon" : "certificate" ,
"color" : "primary" ,
2018-04-10 16:56:38 +00:00
"path" : "/made-with-bulma"
} ,
2018-04-10 16:33:43 +00:00
"bootstrap" : {
2018-04-10 16:56:38 +00:00
"name" : "Coming from Bootstrap" ,
"subtitle" : "See how Bulma is an alternative to Bootstrap" ,
2018-04-10 17:22:04 +00:00
"icon" : "exchange-alt" ,
"color" : "bootstrap" ,
2018-04-10 16:33:43 +00:00
"path" : "/alternative-to-bootstrap"
2018-04-10 16:56:38 +00:00
} ,
"patreon-backers" : {
"name" : "Patreon backers" ,
"subtitle" : "Everyone who is supporting Bulma" ,
2018-04-10 17:22:04 +00:00
"icon_brand" : "true" ,
"icon" : "patreon" ,
"color" : "patreon" ,
2018-04-10 16:56:38 +00:00
"path" : "/backers"
} ,
"extensions" : {
"name" : "Bulma extensions" ,
"subtitle" : "Side projects to enhance Bulma" ,
2018-04-10 17:22:04 +00:00
"icon" : "plug" ,
"color" : "orange" ,
2018-04-10 16:56:38 +00:00
"path" : "/extensions"
2018-04-09 11:45:52 +00:00
}
} ,
2018-04-10 16:56:38 +00:00
"more" : [
2019-09-01 23:53:07 +00:00
"patreon-backers" ,
2018-04-10 16:56:38 +00:00
"made-with-bulma" ,
"bootstrap" ,
2019-09-01 23:53:07 +00:00
"extensions" ,
"bulma-start"
2018-04-10 16:56:38 +00:00
] ,
2018-04-09 16:59:04 +00:00
"categories" : {
2018-07-14 17:38:27 +00:00
"overview" : [ "overview-start" , "overview-classes" , "overview-modular" , "overview-responsiveness" , "overview-colors" , "overview-functions" , "overview-mixins" ] ,
"customize" : [ "customize-concepts" , "customize-variables" , "customize-node-sass" , "customize-sass-cli" , "customize-webpack" ] ,
2018-04-09 16:11:24 +00:00
"modifiers" : [ "modifiers-syntax" , "modifiers-helpers" , "modifiers-responsive-helpers" , "modifiers-color-helpers" , "modifiers-typography-helpers" ] ,
2018-04-09 19:19:29 +00:00
"columns" : [ "columns-basics" , "columns-sizes" , "columns-responsiveness" , "columns-nesting" , "columns-gap" , "columns-options" ] ,
2018-04-09 19:37:05 +00:00
"layout" : [ "layout-container" , "layout-level" , "layout-media" , "layout-hero" , "layout-section" , "layout-footer" , "layout-tiles" ] ,
2018-04-09 15:15:58 +00:00
"form" : [ "form-general" , "form-input" , "form-textarea" , "form-select" , "form-checkbox" , "form-radio" , "form-file" ] ,
2018-04-09 13:15:31 +00:00
"elements" : [ "elements-box" , "elements-button" , "elements-content" , "elements-delete" , "elements-icon" , "elements-image" , "elements-notification" , "elements-progress" , "elements-table" , "elements-tag" , "elements-title" ] ,
2018-04-09 12:18:46 +00:00
"components" : [ "components-breadcrumb" , "components-card" , "components-dropdown" , "components-menu" , "components-message" , "components-modal" , "components-navbar" , "components-pagination" , "components-panel" , "components-tabs" ]
2018-04-09 11:45:52 +00:00
}
}