tranbathanhtung / re-jok

A React UI Component library built with styled-components

Home Page:https://re-jok.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-jok

Re-jok is a React UI component library built with styled-components. 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.

Why Re-Jok

  • Very lightweight... About 38KB min+gzip
  • Easy to customize component
  • Easy to customize theme

Installed

npm i --save re-jok

Getting Started

import React from 'react'
import { globalConfig, JokTheme, Button } from 're-jok'

globalConfig();

const App = props => (
  <JokTheme>
      <Button>Hello World</Button>
  </JokTheme>
)

Documentation

About

A React UI Component library built with styled-components

https://re-jok.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.3%