2.0.0 • Published 5 years ago
tagdoc-ui-components v2.0.0
tagdoc-ui-components
React UI components for tagdoc project built with styled-components. They are built to be easily extended, and can be used for any project really. Built using ES6 goodness, and the code is not transpiled.
Install
yarn add tagdoc-ui-components
Usage
See a demo of the components and their props HERE.
import { Button } from "tagdoc-ui-components";
const LargeButton = props => <Button {...props} btnSize="large" />
Development
To develop the library further
- Clone the repo
- Install dev dependencies
- Use
plop
command to create new components from templates - Run
yarn storybook
to start local storybook at localhost:9001