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

https://github.com/dsuarezlogans/coolify-react

A set of cool react UI components for cool web sites :rocket:
https://github.com/dsuarezlogans/coolify-react

react ui web

Last synced: about 2 months ago
JSON representation

A set of cool react UI components for cool web sites :rocket:

Awesome Lists containing this project

README

          


Coolify-react

> Coolify. A Cool UI library for react applications.

## Get Started

To start using this React UI component library, install this package in your project, and import your components to make your web site cooler and have fun!

```bash
$ npm install -S coolify-react
```

## Development and Storybook

You can easily develop and interact with your components by using Storybook. To run the local server, simply run:

```bash
$ npm i
$ npm run storybook
```

Navigate to [http://localhost:9001](http://localhost:9001) to view your stories. They should automatically update as you develop.

Storybook will pick up any story from the `stories.js` file in a component folder.

`Coolify-react` is currently using the latest technology available, so you may need to update your Node versions to latest to accomodate Babel 7 and Webpack 4.