All Projects → loconav-tech → cargo-react

loconav-tech / cargo-react

Licence: MIT license
A Boilerplate for creating Component Libraries in React + Typescript + StoryBook + Styled Components

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cargo-react

react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (+323.08%)
Mutual labels:  styled-components, component-library
monorail
🚝 Monorail | Cyber Design System
Stars: ✭ 14 (+7.69%)
Mutual labels:  styled-components, component-library
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (+776.92%)
Mutual labels:  styled-components, component-library
smores-react
🍭 Marshmallow React components
Stars: ✭ 34 (+161.54%)
Mutual labels:  styled-components, component-library
React95
🌈🕹 Refreshed Windows 95 style UI components for your React app
Stars: ✭ 4,877 (+37415.38%)
Mutual labels:  styled-components, component-library
Orbit
React components of open-source Orbit design system by Kiwi.com
Stars: ✭ 774 (+5853.85%)
Mutual labels:  styled-components, component-library
Govuk React
An implementation of the GOV.UK Design System in React using CSSinJS
Stars: ✭ 219 (+1584.62%)
Mutual labels:  styled-components, component-library
bharadwaj.duggaraju.com
🧍 My personal website, made with React and Typescript.
Stars: ✭ 38 (+192.31%)
Mutual labels:  styled-components
lerna-starter
Simple React UI Development environment boilerplate to develop, test and publish your React components.
Stars: ✭ 55 (+323.08%)
Mutual labels:  component-library
react
An implementation of GitHub's Primer Design System using React
Stars: ✭ 2,023 (+15461.54%)
Mutual labels:  component-library
bound
Data-binding made easy
Stars: ✭ 21 (+61.54%)
Mutual labels:  typescript-library
dorai-ui
Accessible, unstyled, open-sourced, and fully functional react component library for building design systems
Stars: ✭ 34 (+161.54%)
Mutual labels:  component-library
marvel-jarvig
Marvel JARVIG (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!
Stars: ✭ 13 (+0%)
Mutual labels:  styled-components
mapet
Muitas pessoas tem bichinhos de estimação, entre eles os mais comuns são gatos e cachorros. Com a correria do dia a dia pode acontecer deles acabarem escapando, e ai aonde divulgar para ajudarem a encontrá-lo o mais rápido possível? Redes Sociais? WhatsApp? Pensando nisso criamos o mapet, um mapa que você indica aonde seu pet foi visto pela últi…
Stars: ✭ 15 (+15.38%)
Mutual labels:  styled-components
tsstyled
A small, fast, and simple CSS-in-JS solution for React.
Stars: ✭ 52 (+300%)
Mutual labels:  styled-components
react-styled-floating-label
Floating label component which works with any HTML input
Stars: ✭ 33 (+153.85%)
Mutual labels:  styled-components
jiahao.codes
😎 Personal Website
Stars: ✭ 63 (+384.62%)
Mutual labels:  styled-components
karang
React components library that implement Lalamove Design.
Stars: ✭ 14 (+7.69%)
Mutual labels:  styled-components
react-ssr-hydration
Example of React Server Side Rendering with Styled Components and Client Side Hydration
Stars: ✭ 15 (+15.38%)
Mutual labels:  styled-components
neu ui
Prototype and build projects faster using Neu UI - an open source React component library designed to neumorphic style. Built using React, Styled Components, Jest and Storybook.
Stars: ✭ 23 (+76.92%)
Mutual labels:  styled-components

cargo

Welcome to Cargo-React 👋

License: MIT Twitter: beeeku

A boilerplate to build a React component library.

Get Started

To start your own React component library, clone this repository and start your own Git journey!

$ git clone https://github.com/loconav-tech/cargo-react awesome-new-library
$ cd awesome-new-library
$ rm -rf .git
$ git init
$ yarn

Development and Storybook

You can easily develop and interact with your components by using Storybook. To run the local server, simply run:

$ yarn
$ yarn run storybook

Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.

Storybook will pick up any story from the stories.js file in a component folder..

Author

👤 Bikash Dash <[email protected]> (https://bikash.me/)

Show your support

Give a ⭐️ if this project helped you!

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].