Addons for Bulma CSS Framework.
Fluent Design Theme for Bulma is also available.
Fluent Design Components for Vue.js are also available.
mubaidr.github.io/bulma-addons
npm install bulma-addons
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'
You can import only the required addon from the package.
import 'bulma-addons/src/sass/navigation-view.sass'
import 'bulma-addons/src/sass/checkbox.sass'
// or import css files
import 'bulma-addons/css/addons/navigation-view.css'
import 'bulma-addons/css/addons/checkbox.css'
Pre-built css
addons are available in css\addons
directory.
Code copyright 2018 Muhammad Ubaid Raza.
Code released under the MIT license.
Thanks goes to these wonderful people (emoji key):
Kevin Isom 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!