re-jok

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i re-jok

Weekly Downloads

0

Version

0.2.0

License

none

Unpacked Size

407 kB

Total Files

133

Last publish

Collaborators

  • tungtbt.developer