Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 4 hours ago
JSON representation

A React UI Component library built with styled-components

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/)