2.0.0 • Published 5 years ago

tagdoc-ui-components v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

tagdoc-ui-components

Build Status style: styled-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
2.0.0

5 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago