Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Flawwwless ui library for React.js.
- Host: GitHub
- URL: https://github.com/JulienRioux/flawwwless-ui
- Owner: JulienRioux
- Created: 2019-06-19T14:13:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:13:53.000Z (almost 2 years ago)
- Last Synced: 2024-07-20T04:53:23.482Z (4 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://ui.flawwwless.com
- Size: 7.12 MB
- Stars: 271
- Watchers: 5
- Forks: 26
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)