tranbathanhtung / Re Jok
Licence: mit
A React UI Component library built with styled-components
Stars: ✭ 102
Programming Languages
javascript
184084 projects - #8 most used programming language
flow
126 projects
Projects that are alternatives of or similar to Re Jok
Ui
React Styled Components with bootstrap grid system
Stars: ✭ 89 (-12.75%)
Mutual labels: ui-components, components, react-components, styled-components
Styled Bootstrap Components
The bootstrap components made with styled-components 💅
Stars: ✭ 196 (+92.16%)
Mutual labels: grid, react-components, styled-components
Rimble Ui
React components that implement Rimble's Design System.
Stars: ✭ 357 (+250%)
Mutual labels: ui-components, react-components, styled-components
Styled Bootstrap
💅🏻 A styled-component implementation of Bootstrap
Stars: ✭ 154 (+50.98%)
Mutual labels: ui-components, react-components, styled-components
React Weui
weui for react
Stars: ✭ 2,793 (+2638.24%)
Mutual labels: ui-components, components, react-components
rebass
⚛️ React primitive UI components built with styled-system.
Stars: ✭ 7,844 (+7590.2%)
Mutual labels: grid, styled-components, react-components
Primereact
The Most Complete React UI Component Library
Stars: ✭ 2,393 (+2246.08%)
Mutual labels: ui-components, grid, react-components
Reactackle
Open-source components library built with React and Styled-Components.
Stars: ✭ 278 (+172.55%)
Mutual labels: components, react-components, styled-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+588.24%)
Mutual labels: ui-components, components, react-components
Msvgc
Make React components from your plain SVG files
Stars: ✭ 64 (-37.25%)
Mutual labels: components, react-components
React Native Elements App
Demo app for React Native Elements (w/ React Native Web)
Stars: ✭ 1,159 (+1036.27%)
Mutual labels: ui-components, components
Uniforms
A React library for building forms from any schema.
Stars: ✭ 1,368 (+1241.18%)
Mutual labels: components, react-components
Terra Clinical
Terra Clinical is a repository for terra react components used only in a clinical setting.
Stars: ✭ 59 (-42.16%)
Mutual labels: components, react-components
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-31.37%)
Mutual labels: ui-components, components
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+877.45%)
Mutual labels: ui-components, components
Horror
😱 React HTML elements with CSS-in-JS
Stars: ✭ 78 (-23.53%)
Mutual labels: components, styled-components
Neumorphic Ui
📚 A library of components based on the concept of neumorphism
Stars: ✭ 82 (-19.61%)
Mutual labels: components, react-components
Components
Example Components (Built with Tonic)
Stars: ✭ 42 (-58.82%)
Mutual labels: ui-components, components
Kendo React
Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
Stars: ✭ 77 (-24.51%)
Mutual labels: ui-components, components

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
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].