Skip to content

A collection of JavaScript enhancements and CSS extensions for the Bulma CSS framework.

License

Notifications You must be signed in to change notification settings

milesbarr/bulma-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bulma Extensions

A collection of JavaScript enhancements and CSS extensions for the Bulma CSS framework.

Features

JavaScript Enhancements

  • 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.

CSS Extensions

  • Full-width buttons in mobile navigation menu.
  • Themed sections.
  • Additional helper classes.

Installation

  1. Include Bulma in your project.
  2. Add the following files to your project:
    <link rel="stylesheet" href="bulma-ext.css">
    <script src="bulma-ext.js" defer></script>

Usage

Mobile-Sized Container

<div class="container is-max-mobile">
  <!-- Content -->
</div>

Centered Table Cells

<table class="table has-text-centered">
  <!-- Table content -->
</table>

Border Radius Helper

<div class="has-radius">
  <!-- Content -->
</div>

Print Helper

<div class="is-hidden-print">
  <!-- Content to hide when printing -->
</div>

Themed Sections

<section class="section is-light">
  <!-- Light section content -->
</section>

<section class="section is-primary">
  <!-- Primary section content -->
</section>

License

This project is licensed under the MIT license.

About

A collection of JavaScript enhancements and CSS extensions for the Bulma CSS framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published