--- title: Bulma Grid Playground layout: docs theme: library doc-library: true doc-tab: grid breadcrumb: - home - documentation - grid - grid-playground --- {% include docs/elements/anchor.html name="Smart Grid" %}
You can use this example to try out the Smart Grid with different column widths and different gap values.
Minimum Column Width {% for i in (1..12) %} {% endfor %}
Property Value {% for i in (0..7) %} {% endfor %}
HTML <div class="grid">
{% capture auto_grid %}
{% for i in (1..24) %}
Cell {{ i }}
{% endfor %}
{% endcapture %} {{ auto_grid }} {% include docs/elements/anchor.html name="Fixed Grid" %}
You can use these controls to try out the Fixed Grid with different columns counts.
Column Count {% for i in (1..12) %} {% endfor %}
HTML <div class="fixed-grid">
{% capture fixed_grid_playground %}
{% for i in (1..24) %}
Cell {{ i }}
{% endfor %}
{% endcapture %}
Use the handle on the right side to change the container's width: 1200
{{ fixed_grid_playground }}
Space intentionally left blank to prevent layout jumps