8000 GitHub - SimeonC/thl-ui-components: UI Components built at THL - forked when project was opensource
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 15, 2019. It is now read-only.

SimeonC/thl-ui-components

Repository files navigation

Installation

	npm install

All custom components have a README.md inside their folder to explain their workings. To see demo's of all components run npm run storybook and open your browser to http://localhost:9001/

Dev Guide

Creating New Component

  • Create Folder with the name of your new component.
  • Add index.jsx, story.jsx and index.md files.
  • index.jsx is where your code goes.
  • story.jsx is used for prototyping and testing.
  • index.md describes the component (we use index.md not README.md so we can share with the live docs).

About

UI Components built at THL - forked when project was opensource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0