Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mubaidr/bulma-addons
- Owner: mubaidr
- License: mit
- Created: 2018-05-26T08:05:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T17:41:22.000Z (5 months ago)
- Last Synced: 2024-10-29T08:03:20.806Z (3 months ago)
- Topics: addons, bulma, bulma-addons, bulma-extensions, css, extensions
- Language: Sass
- Homepage: https://mubaidr.github.io/bulma-addons/
- Size: 5.49 MB
- Stars: 50
- Watchers: 2
- Forks: 7
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!