Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranbathanhtung/re-jok
A React UI Component library built with styled-components
https://github.com/tranbathanhtung/re-jok
components css flow grid javascript react react-components react-ui react-ui-components reactjs styled-components theme ui ui-components
Last synced: 3 months ago
JSON representation
A React UI Component library built with styled-components
- Host: GitHub
- URL: https://github.com/tranbathanhtung/re-jok
- Owner: tranbathanhtung
- License: mit
- Created: 2018-05-24T13:59:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T15:49:31.000Z (over 6 years ago)
- Last Synced: 2024-11-01T06:51:30.537Z (3 months ago)
- Topics: components, css, flow, grid, javascript, react, react-components, react-ui, react-ui-components, reactjs, styled-components, theme, ui, ui-components
- Language: JavaScript
- Homepage: https://re-jok.herokuapp.com/
- Size: 1.01 MB
- Stars: 101
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Re-jok
Re-jok is a React UI component library
built with [styled-components][sc]. It's a collection of components that help you design websites fast and beautiful easily. Now, it's very young, few components or somewhere looks like stupid but we always try to improve and add more components in the shortest time.[sc]: https://github.com/styled-components/styled-components
## Why Re-Jok
- Very lightweight... About 38KB min+gzip
- Easy to customize component
- Easy to customize theme## Installed
```sh
npm i --save re-jok
```
## Getting Started```jsx
import React from 'react'
import { globalConfig, JokTheme, Button } from 're-jok'globalConfig();
const App = props => (
Hello World
)
```## Documentation
- [Docs](https://re-jok.herokuapp.com/)