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:
- Host: GitHub
- URL: https://github.com/dsuarezlogans/coolify-react
- Owner: dsuarezlogans
- License: mit
- Created: 2019-02-08T20:43:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:45:18.000Z (almost 5 years ago)
- Last Synced: 2025-09-04T01:39:38.415Z (10 months ago)
- Topics: react, ui, web
- Language: JavaScript
- Homepage:
- Size: 998 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> 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.