A collection of JavaScript enhancements and CSS extensions for the Bulma CSS framework.
- Automatic handling of mobile navigation menu toggles.
- Automatic removal of danger states and error messages when form controls are modified.
- Automatic file name updates for file input fields.
- Full-width buttons in mobile navigation menu.
- Themed sections.
- Additional helper classes.
- Include Bulma in your project.
- Add the following files to your project:
<link rel="stylesheet" href="bulma-ext.css"> <script src="bulma-ext.js" defer></script>
<div class="container is-max-mobile">
<!-- Content -->
</div>
<table class="table has-text-centered">
<!-- Table content -->
</table>
<div class="has-radius">
<!-- Content -->
</div>
<div class="is-hidden-print">
<!-- Content to hide when printing -->
</div>
<section class="section is-light">
<!-- Light section content -->
</section>
<section class="section is-primary">
<!-- Primary section content -->
</section>
This project is licensed under the MIT license.