Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bulmabuildingblocks/bulmabuildingblocks

Bulma Building Blocks is a lightweight library of responsive HTML components based on the Bulma framework.
https://github.com/bulmabuildingblocks/bulmabuildingblocks

builder building-blocks bulma html

Last synced: 3 months ago
JSON representation

Bulma Building Blocks is a lightweight library of responsive HTML components based on the Bulma framework.

Awesome Lists containing this project

README

        








GitHub package.json version




Documentation


Maintenance




> Bulma Building Blocks is a lightweight library of responsive HTML snippets based on [Bulma](http://bulma.io/) framework and design.

## Features

* Keep your current Bulma theme / variables easily
* Very lightweight with none internal dependencies aside from Bulma

## Documentation

Browse [online documentation here](https://bulmabuildingblocks.herokuapp.com/).

## Getting Started

### Use the Builder
https://bulmabuildingblocks.herokuapp.com/page-builder

### Standalone
Using CDN or downloading files to serve local

* The css file comes with Bulma and Bulma Building Blocks.

**Installation**

Just download or use the CDN:

https://unpkg.com/bulmabuildingblocks/dist/bulmabuildingblocks.min.css

### Using npm
Install the npm package

npm install bulmabuildingblocks

Look at the below example of how to import using npm

// Bulma Building Block
@import 'bulmabuildingblocks';

Look at the below example of how to import into an existing Bulma project using npm, you can leave out the variable file if you don't want the same configuration as Bulma Building Blocks

// Bulma Building Block variables
@import 'bulmabuildingblocks/src/initial-variables';

// Bulma
@import 'bulma/bulma';

// Bulma Building Block
@import 'bulmabuildingblocks/src/main';

### Use the skeleton
Use the template below as a starting point, copy the html snippets into the recommended area.






Bulma Building Block






## Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/BulmaBuildingBlocks/BulmaBuildingBlocks/issues).

## Core Team



Joseph Anson


## Copyright and license
Code Copyright 2021 Joseph Anson. Code released under the MIT license.