Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mubaidr/bulma-addons

Addons for Bulma CSS framework
https://github.com/mubaidr/bulma-addons

addons bulma bulma-addons bulma-extensions css extensions

Last synced: 3 days ago
JSON representation

Addons for Bulma CSS framework

Awesome Lists containing this project

README

        

# bulma-addons:

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

> Addons for Bulma CSS Framework.

> [Fluent Design Theme for Bulma](https://github.com/mubaidr/bulma-fluent) is also available.

> [Fluent Design Components for Vue.js](https://github.com/mubaidr/vue-fluent) are also available.



[![NPM](https://nodei.co/npm/bulma-addons.png?compact=true)](https://nodei.co/npm/bulma-addons/)

![dependencies](https://david-dm.org/mubaidr/bulma-addons.svg)

## Demo

[mubaidr.github.io/bulma-addons](https://mubaidr.github.io/bulma-addons/)

## Quick install

### NPM

```sh
npm install bulma-addons
```

### Import

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

```js
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.

```js
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.

## CDN link

[unpkg.com/bulma-addons](https://unpkg.com/bulma-addons/css/)

## Download from this Repository

[Download Minified Builds](https://raw.githubusercontent.com/mubaidr/bulma-addons/master/css/)

## Copyright and license

Code copyright 2018 [Muhammad Ubaid Raza](https://mubaidr.github.io).

Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Kevin Isom

💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!