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

https://github.com/boldgrid/controls

ES6 Javascript Library for Page Builder Controls
https://github.com/boldgrid/controls

es6 javascript-library page-builder

Last synced: 11 months ago
JSON representation

ES6 Javascript Library for Page Builder Controls

Awesome Lists containing this project

README

          

# Controls
[![Build Status](https://travis-ci.org/BoldGrid/controls.svg?branch=master)](https://travis-ci.org/BoldGrid/controls)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/BoldGrid/controls/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/BoldGrid/controls/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/BoldGrid/controls/badge.svg?branch=dev)](https://coveralls.io/github/BoldGrid/controls?branch=master)

[![Greenkeeper badge](https://badges.greenkeeper.io/BoldGrid/controls.svg)](https://greenkeeper.io/)

## Application
https://boldgrid-controls.herokuapp.com/ @master

## Installing
```
# Install dependencies
yarn install

# Run localhost:3000 with hot reload
yarn dev

# Build for production
yarn build
```

## Usage
For more information on how to use this library please see the [Wiki](https://github.com/BoldGrid/controls/wiki)