Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JulienRioux/flawwwless-ui

Flawwwless ui library for React.js.
https://github.com/JulienRioux/flawwwless-ui

components flawwwless flawwwless-ui flawwwlessui react react-component react-component-library react-components react-modal react-modal-component react-ui-components react-ui-kit reactjs ui-kit ui-toolkit

Last synced: about 2 months ago
JSON representation

Flawwwless ui library for React.js.

Awesome Lists containing this project

README

        


Flawwwless ui logo

Flawwwless ui

Helping you during the process of creating entreprise applications that provide meaningful and relevant experiences to your users.

[![NPM](https://img.shields.io/npm/v/flawwwless-library.svg)](https://www.npmjs.com/package/flawwwless-library) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Usage

Visit ui.flawwwless.com for full documentation.

## Install

```
yarn add flwww
```

or

```
npm install flwww --save
```

## Contributions

Contributions are welcomed to Flawwwless ui :)

Local development is broken into two parts (ideally using two tabs).

First, run rollup to watch your `src/` module and automatically recompile it into `dist/` whenever you make changes.

```bash
npm start # runs rollup with watch flag
```

The second part will be running the `example/` create-react-app that's linked to the local version of your module.

```bash
# (in another tab)
cd example
npm start # runs create-react-app dev server
```

Now, anytime you make a change to your library in `src/` or to the example app's `example/src`, `create-react-app` will live-reload your local dev server so you can iterate on your component in real-time.

## License

MIT © [JulienRioux](https://github.com/JulienRioux)