2018-04-09 11:45:52 +00:00
{
"by_id" : {
"home" : {
"name" : "Home" ,
2021-09-19 22:36:15 +00:00
"path" : "/"
2018-04-09 11:45:52 +00:00
} ,
"documentation" : {
"name" : "Documentation" ,
2018-04-09 19:19:29 +00:00
"subtitle" : "Everything you need to <strong>create a website</strong> with Bulma" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/"
2018-04-09 11:45:52 +00:00
} ,
2021-01-27 23:30:42 +00:00
"become-sponsor" : {
"name" : "Become a Bulma sponsor" ,
"subtitle" : "Sponsor Bulma and Open Source via <a href=\"https://www.patreon.com/jgthms\" target=\"_blank\">Patreon</a> and <a href=\"https://github.com/sponsors/jgthms\" target=\"_blank\">GitHub</a>" ,
2021-09-19 22:36:15 +00:00
"path" : "/become-a-bulma-sponsor/"
2021-01-27 23:30:42 +00:00
} ,
"bulma-book" : {
"name" : "The official Bulma book" ,
"title" : "Book" ,
"subtitle" : "A step-by-step guide that teaches you how to build a web interface from scratch using Bulma" ,
"icon" : "bookmark" ,
"color" : "bleeding" ,
2021-09-19 22:36:15 +00:00
"path" : "/the-official-bulma-book/"
2021-01-27 23:30:42 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/"
2018-04-09 16:32:12 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/start/"
2018-04-09 16:32:12 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/customize/"
2018-04-09 19:19:29 +00:00
} ,
2018-04-09 16:32:12 +00:00
"overview-classes" : {
2020-06-08 09:57:35 +00:00
"name" : "CSS 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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/classes/"
2018-04-09 16:32:12 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/modular/"
2018-04-09 16:32:12 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/responsiveness/"
2018-04-09 16:32:12 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/variables/"
2018-04-09 16:32:12 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/colors/"
2018-04-09 16:32:12 +00:00
} ,
2021-09-19 00:23:53 +00:00
"utilities" : {
"name" : "Utilities" ,
"subtitle" : "Sass tools used by Bulma and available for you" ,
"color" : "primary" ,
2021-09-19 22:36:15 +00:00
"icon" : "tools" ,
"path" : "/documentation/utilities/"
2021-09-19 00:23:53 +00:00
} ,
"utilities-functions" : {
2018-04-09 16:32:12 +00:00
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/utilities/functions/"
2018-04-09 16:32:12 +00:00
} ,
2021-09-19 00:23:53 +00:00
"utilities-mixins" : {
2018-04-09 16:32:12 +00:00
"name" : "Mixins" ,
2021-09-19 22:36:15 +00:00
"subtitle" : "Utility mixins for custom elements and other CSS helpers" ,
2018-04-11 08:41:32 +00:00
"color" : "purple" ,
2021-09-19 22:36:15 +00:00
"icon" : "equals" ,
"path" : "/documentation/utilities/mixins/"
2021-09-19 00:23:53 +00:00
} ,
"utilities-responsive-mixins" : {
2021-09-19 22:36:15 +00:00
"name" : "Responsive mixins" ,
"subtitle" : "Mixins that allows you to define different styles for each screen size" ,
2021-09-19 00:23:53 +00:00
"color" : "purple" ,
2021-09-19 22:36:15 +00:00
"icon" : "arrows-alt-h" ,
"path" : "/documentation/utilities/responsive-mixins/"
2021-09-19 00:23:53 +00:00
} ,
"utilities-extends" : {
"name" : "Extends" ,
2021-09-19 22:36:15 +00:00
"subtitle" : "Sass extends to keep your CSS code DRY" ,
2021-09-19 00:23:53 +00:00
"color" : "purple" ,
2021-09-19 22:36:15 +00:00
"icon" : "percentage" ,
"path" : "/documentation/utilities/extends/"
2021-09-19 00:23:53 +00:00
} ,
"utilities-control-mixins" : {
2021-09-19 22:36:15 +00:00
"name" : "Form Control mixins" ,
"subtitle" : "Mixins for Bulma's buttons and form controls" ,
2021-09-19 00:23:53 +00:00
"color" : "purple" ,
2021-09-19 22:36:15 +00:00
"icon" : "hand-pointer" ,
"icon_regular" : "true" ,
"path" : "/documentation/utilities/control-mixins/"
2018-04-09 16:32:12 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/customize/"
2018-07-14 17:38:27 +00:00
} ,
"customize-concepts" : {
"name" : "Concepts" ,
"subtitle" : "What makes Bulma <strong>customizable</strong>" ,
"color" : "info" ,
"icon" : "lightbulb" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/customize/concepts/"
2018-07-14 17:38:27 +00:00
} ,
"customize-variables" : {
"name" : "Variables" ,
"subtitle" : "See how Bulma uses <strong>Sass variables</strong> to allow easy customization" ,
"color" : "grey" ,
"icon" : "cogs" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/customize/variables/"
2018-07-14 17:38:27 +00:00
} ,
"customize-node-sass" : {
"name" : "With node-sass" ,
"subtitle" : "Use npm/yarn and node-sass" ,
"color" : "danger" ,
"icon_brand" : "true" ,
"icon" : "npm" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/customize/with-node-sass/"
2018-07-14 17:38:27 +00:00
} ,
"customize-sass-cli" : {
"name" : "With Sass CLI" ,
"subtitle" : "Use the Sass command line" ,
"color" : "purple" ,
"icon_brand" : "true" ,
"icon" : "sass" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/customize/with-sass-cli/"
2018-07-14 17:38:27 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/customize/with-webpack/"
2018-07-14 17:38:27 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/modifiers/"
2018-04-09 16:11:24 +00:00
} ,
2020-06-08 09:57:35 +00:00
"overview-modifiers" : {
"name" : "Modifiers 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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/overview/modifiers/"
2018-04-09 16:11:24 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/modifiers/helpers/"
2018-04-09 16:11:24 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/modifiers/responsive-helpers/"
2018-04-09 16:11:24 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/modifiers/color-helpers/"
2018-04-09 16:11:24 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/modifiers/typography-helpers/"
2018-04-09 16:11:24 +00:00
} ,
2020-05-10 21:10:51 +00:00
"helpers" : {
"name" : "Helpers" ,
"subtitle" : "Apply <strong>helper classes</strong> to almost any element, in order to alter their style" ,
"color" : "danger" ,
"icon" : "medkit" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/helpers/"
2020-05-10 21:10:51 +00:00
} ,
"helpers-color" : {
"name" : "Color" ,
"subtitle" : "Change the <strong>color</strong> of the text and/or background" ,
"color" : "info" ,
"icon" : "tint" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/helpers/color-helpers/"
2020-05-10 21:10:51 +00:00
} ,
"helpers-typography" : {
"name" : "Typography" ,
"subtitle" : "Change the <strong>size</strong>, weight, and other font properties of the text" ,
"color" : "grey-dark" ,
"icon" : "font" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/helpers/typography-helpers/"
2020-05-10 21:10:51 +00:00
} ,
"helpers-spacing" : {
"name" : "Spacing" ,
"subtitle" : "Change the <strong>size</strong> and <strong>color</strong> of the text for one or multiple viewport width" ,
"color" : "grey-dark" ,
2020-05-17 13:29:38 +00:00
"icon" : "arrows-alt-h" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/helpers/spacing-helpers/"
2020-05-10 21:10:51 +00:00
} ,
"helpers-visibility" : {
"name" : "Visibility" ,
"subtitle" : "<strong>Show/hide content</strong> depending on the width of the viewport" ,
"color" : "primary" ,
2020-05-17 13:29:38 +00:00
"icon" : "eye" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/helpers/visibility-helpers/"
2020-05-10 21:10:51 +00:00
} ,
2020-09-27 10:29:35 +00:00
"helpers-flexbox" : {
"name" : "Flexbox" ,
"subtitle" : "Helpers for all <strong>Flexbox</strong> properties" ,
"color" : "primary" ,
"icon" : "ellipsis-h" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/helpers/flexbox-helpers/"
2020-09-27 10:29:35 +00:00
} ,
2020-05-10 23:25:29 +00:00
"helpers-other" : {
"name" : "Other" ,
"subtitle" : "Other useful Bulma helpers" ,
"color" : "primary" ,
"icon" : "medkit" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/helpers/other-helpers/"
2020-05-10 23:25:29 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/columns/"
2018-04-09 11:45:52 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/columns/basics/"
2018-04-09 11:45:52 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/columns/sizes/"
2018-04-11 08:41:32 +00:00
} ,
"columns-responsiveness" : {
"name" : "Responsiveness" ,
"subtitle" : "Handle <strong>different</strong> column layouts for each <strong>breakpoint</strong>" ,
"color" : "primary" ,
"icon" : "arrows-alt-h" ,
2021-09-19 22:36:15 +00:00
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/columns/nesting/"
2018-04-09 11:45:52 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/columns/gap/"
2018-04-11 08:41:32 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/columns/options/"
2018-04-09 11:45:52 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/layout/"
2018-04-09 15:50:33 +00:00
} ,
2018-04-09 19:37:05 +00:00
"layout-container" : {
"name" : "Container" ,
"subtitle" : "A simple <strong>container</strong> to center your content horizontally" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/layout/container/" ,
2020-06-08 09:57:35 +00:00
"icon" : "arrows-alt-h"
2018-04-09 19:37:05 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/layout/level/" ,
2020-06-08 09:57:35 +00:00
"icon" : "ruler-horizontal"
2018-04-09 15:50:33 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/layout/media-object/" ,
2020-06-08 09:57:35 +00:00
"icon" : "th-list"
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/layout/hero/" ,
2020-06-08 09:57:35 +00:00
"icon" : "star"
2018-04-09 15:50:33 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/layout/section/" ,
2020-06-08 09:57:35 +00:00
"icon" : "square"
2018-04-09 15:50:33 +00:00
} ,
"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." ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/layout/footer/" ,
2020-06-08 09:57:35 +00:00
"icon" : "window-minimize"
2018-04-09 15:50:33 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/layout/tiles/" ,
2020-06-08 09:57:35 +00:00
"icon" : "th"
2018-04-09 15:50:33 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/form/"
2018-04-09 15:15:58 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/form/general/"
2018-04-09 15:15:58 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/form/input/"
2018-04-09 15:15:58 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/form/textarea/"
2018-04-09 15:15:58 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/form/select/"
2018-04-09 15:15:58 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/form/checkbox/"
2018-04-09 15:15:58 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/form/radio/"
2018-04-09 15:15:58 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/form/file/"
2018-04-09 15:15:58 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/"
2018-04-09 11:45:52 +00:00
} ,
2020-09-16 23:30:49 +00:00
"elements-block" : {
"name" : "Block" ,
"subtitle" : "Bulma's most basic spacer <strong>block</strong>" ,
"color" : "grey" ,
"icon" : "arrows-alt-v" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/block/"
2020-09-16 23:30:49 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/box/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/content/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/delete/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/icon/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/image/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/notification/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/progress/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/table/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/tag/"
2018-04-09 13:15:31 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/elements/title/"
2018-04-09 13:15:31 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/breadcrumb/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/card/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/dropdown/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/menu/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/message/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/modal/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/navbar/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/pagination/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +00:00
"path" : "/documentation/components/panel/"
2018-04-09 12:18:46 +00:00
} ,
"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" ,
2021-09-19 22:36:15 +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" ,
2019-10-05 16:53:41 +00:00
"color" : "success" ,
"icon" : "play-circle" ,
"title" : "Videos" ,
2021-09-19 22:36:15 +00:00
"path" : "/videos/"
2018-05-23 22:01:38 +00:00
} ,
2018-04-09 20:16:50 +00:00
"blog" : {
"name" : "Blog" ,
2019-10-05 16:53:41 +00:00
"title" : "Blog" ,
"subtitle" : "Stay updated with new features" ,
2021-01-27 23:30:42 +00:00
"color" : "rss" ,
2019-10-05 16:53:41 +00:00
"icon" : "rss" ,
2021-09-19 22:36:15 +00:00
"path" : "/blog/"
2018-04-09 21:25:26 +00:00
} ,
2022-01-16 00:21:15 +00:00
"brand" : {
"name" : "Brand" ,
"title" : "Brand" ,
"subtitle" : "The official Bulma logos" ,
"color" : "primary" ,
"icon" : "medal" ,
"path" : "/brand/"
} ,
2018-04-09 21:25:26 +00:00
"expo" : {
"name" : "Expo" ,
2019-10-05 16:53:41 +00:00
"title" : "Expo" ,
2018-04-10 16:56:38 +00:00
"subtitle" : "Official Bulma showcase" ,
2018-04-10 17:22:04 +00:00
"icon" : "star" ,
2021-01-27 23:30:42 +00:00
"color" : "expo" ,
2021-09-19 22:36:15 +00:00
"path" : "/expo/"
2018-04-09 21:25:26 +00:00
} ,
"love" : {
"name" : "Love" ,
2019-10-05 16:53:41 +00:00
"title" : "Love" ,
2018-04-10 16:56:38 +00:00
"subtitle" : "Fans of Bulma around the world" ,
2021-01-27 23:30:42 +00:00
"color" : "love" ,
2018-04-10 17:22:04 +00:00
"icon" : "heart" ,
2021-09-19 22:36:15 +00:00
"path" : "/love/"
2018-04-10 16:33:43 +00:00
} ,
2019-10-05 16:53:41 +00:00
"backers" : {
"id" : "backers" ,
2021-01-27 23:30:42 +00:00
"name" : "Backers" ,
2019-10-05 16:53:41 +00:00
"title" : "Backers" ,
"color" : "patreon" ,
"icon" : "patreon" ,
2021-09-19 22:36:15 +00:00
"path" : "/backers/" ,
2019-10-05 16:53:41 +00:00
"icon_brand" : true ,
2021-01-27 23:30:42 +00:00
"subtitle" : "Everyone who is supporting Bulma via Patreon and GitHub" ,
2019-10-05 16:53:41 +00:00
"description" : "Everyone who is supporting Bulma"
} ,
2018-04-10 17:50:19 +00:00
"more" : {
"name" : "More" ,
2021-09-19 22:36:15 +00:00
"path" : "/more/"
2018-04-10 17:50:19 +00:00
} ,
2018-04-10 16:56:38 +00:00
"bulma-start" : {
"name" : "Bulma start" ,
2021-01-27 23:30:42 +00:00
"title" : "Start" ,
2018-04-10 16:56:38 +00:00
"subtitle" : "A tiny npm package to get started" ,
2018-04-10 17:22:04 +00:00
"icon" : "rocket" ,
"color" : "success" ,
2021-09-19 22:36:15 +00:00
"path" : "/bulma-start/"
2018-04-10 16:56:38 +00:00
} ,
"made-with-bulma" : {
"name" : "Made with Bulma" ,
2021-01-27 23:30:42 +00:00
"title" : "Badge" ,
2018-04-10 16:56:38 +00:00
"subtitle" : "The official community badge" ,
2018-04-10 17:22:04 +00:00
"icon" : "certificate" ,
2021-01-27 23:30:42 +00:00
"color" : "warning" ,
2021-09-19 22:36:15 +00:00
"path" : "/made-with-bulma/"
2018-04-10 16:56:38 +00:00
} ,
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" ,
2021-09-19 22:36:15 +00:00
"path" : "/alternative-to-bootstrap/"
2018-04-10 16:56:38 +00:00
} ,
"patreon-backers" : {
2020-01-20 07:49:27 +00:00
"name" : "Patreon and GitHub backers" ,
2018-04-10 16:56:38 +00:00
"subtitle" : "Everyone who is supporting Bulma" ,
2018-04-10 17:22:04 +00:00
"icon_brand" : "true" ,
"icon" : "patreon" ,
"color" : "patreon" ,
2021-09-19 22:36:15 +00:00
"path" : "/backers/"
2018-04-10 16:56:38 +00:00
} ,
"extensions" : {
"name" : "Bulma extensions" ,
2021-01-27 23:30:42 +00:00
"title" : "Extensions" ,
2018-04-10 16:56:38 +00:00
"subtitle" : "Side projects to enhance Bulma" ,
2018-04-10 17:22:04 +00:00
"icon" : "plug" ,
2021-01-27 23:30:42 +00:00
"color" : "extensions" ,
2021-09-19 22:36:15 +00:00
"path" : "/extensions/"
2018-04-09 11:45:52 +00:00
}
} ,
2022-05-03 13:21:05 +00:00
"navbar" : [ "videos" , "expo" ] ,
2021-01-27 23:30:42 +00:00
"navbarMore" : [
2022-05-03 13:21:05 +00:00
"love" ,
"backers" ,
2021-01-27 23:30:42 +00:00
"extensions" ,
"bulma-book" ,
"blog" ,
2022-01-16 00:21:15 +00:00
"brand" ,
2021-01-27 23:30:42 +00:00
"bulma-start" ,
"made-with-bulma"
2019-10-05 16:53:41 +00:00
] ,
2018-04-10 16:56:38 +00:00
"more" : [
2022-05-03 13:21:05 +00:00
"love" ,
"backers" ,
2021-01-27 23:30:42 +00:00
"extensions" ,
"bulma-book" ,
2019-10-05 16:53:41 +00:00
"blog" ,
2022-01-16 00:21:15 +00:00
"brand" ,
2021-01-27 23:30:42 +00:00
"bulma-start" ,
2018-04-10 16:56:38 +00:00
"made-with-bulma" ,
2021-01-27 23:30:42 +00:00
"bootstrap"
] ,
"categoryIds" : [
"overview" ,
"customize" ,
2021-09-19 00:23:53 +00:00
"utilities" ,
2021-01-27 23:30:42 +00:00
"columns" ,
"elements" ,
"components" ,
"form" ,
"layout" ,
"helpers"
2018-04-10 16:56:38 +00:00
] ,
2018-04-09 16:59:04 +00:00
"categories" : {
2021-01-27 23:30:42 +00:00
"overview" : [
"overview-start" ,
"overview-classes" ,
"overview-modifiers" ,
"overview-modular" ,
"overview-responsiveness" ,
2021-09-19 00:23:53 +00:00
"overview-colors"
] ,
"utilities" : [
"utilities-mixins" ,
"utilities-responsive-mixins" ,
"utilities-control-mixins" ,
"utilities-functions" ,
"utilities-extends"
2021-01-27 23:30:42 +00:00
] ,
"customize" : [
"customize-concepts" ,
"customize-variables" ,
"customize-node-sass" ,
"customize-sass-cli" ,
"customize-webpack"
] ,
"helpers" : [
"helpers-color" ,
"helpers-spacing" ,
"helpers-typography" ,
"helpers-visibility" ,
"helpers-flexbox" ,
"helpers-other"
] ,
"columns" : [
"columns-basics" ,
"columns-sizes" ,
"columns-responsiveness" ,
"columns-nesting" ,
"columns-gap" ,
"columns-options"
] ,
"layout" : [
"layout-container" ,
"layout-level" ,
"layout-media" ,
"layout-hero" ,
"layout-section" ,
"layout-footer" ,
"layout-tiles"
] ,
"form" : [
"form-general" ,
"form-input" ,
"form-textarea" ,
"form-select" ,
"form-checkbox" ,
"form-radio" ,
"form-file"
] ,
"elements" : [
"elements-block" ,
"elements-box" ,
"elements-button" ,
"elements-content" ,
"elements-delete" ,
"elements-icon" ,
"elements-image" ,
"elements-notification" ,
"elements-progress" ,
"elements-table" ,
"elements-tag" ,
"elements-title"
] ,
"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
}
}