# Bulma extensions - All

This repository provide a simple access to all extensions for Bulma.

[![npm](https://img.shields.io/npm/v/bulma-extensions.svg)](https://www.npmjs.com/package/bulma-extensions)
[![npm](https://img.shields.io/npm/dm/bulma-extensions.svg)](https://www.npmjs.com/package/bulma-extensions)

Each extensions is a git submodule.


Documentation & Demo
---
You can find the Documentation and a demo [here](https://wikiki.github.io/)


# How to clone this repository

```
git clone https://github.com/Wikiki/bulma-extensions.git
git submodule init
git submodule update
```

or

```
git clone --recursive https://github.com/Wikiki/bulma-extensions.git
```

Related projects
--
* AxureRP is a great Library for Bulma and all the extensions: [Bulma.io-axure
](https://github.com/Code-Mine-Development/Bulma.io-axure)
* Preset for Bulma scaffolding on new Laravel 5.5.x project. [Laravel 5.5.x Front-end Preset For Bulma](https://github.com/laravel-frontend-presets/bulma)
