/bulma-addons

Addons for Bulma CSS framework

Primary LanguageCSSMIT LicenseMIT

bulma-addons:

Addons for Bulma CSS Framework.

NPM

dependencies

Demo

mubaidr.github.io/bulma-addons

Quick install

NPM

npm install bulma-addons

Import

After installation, you can import the CSS/Sass file into your project using this snippet:

import 'bulma-addons/css/bulma.css'
// or
import 'bulma-addons/bulma.sass'

Import only required addons

You can import only the required addon from the package.

import 'bulma-addons/src/sass/toggle.sass'
import 'bulma-addons/src/sass/checkbox.sass'
// or import css files
import 'bulma-addons/css/addons/toggle.css'
import 'bulma-addons/css/addons/checkbox.css'

Pre-built css addons are available in css\addons directory.

CDN link

unpkg.com/bulma-addons

Download from this Repository

Download Minified Builds

Copyright and license

Code copyright 2018 Muhammad Ubaid Raza.

Code released under the MIT license.