1.0.25 • Published 4 years ago

react-ts-component-lib v1.0.25

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

react-ts-component-lib

import usage (WIP, actual components are not fully styled yet)

Extremely easy to use component library, see storybook

yarn add react-ts-component-lib

Components are functional so that autocomplete for all props are available even if typescript is not used.

Example:

import { Button } from "react-ts-component-lib

<Button variant="primary">My primary button</Button>

Developer usage

Easy setup for a complete component library across react/ts projects. For now just a really easy to use template, components can be styled with less.

yarn start-storybook

Runs the storybook locally, updates on save (webpack).

yarn build-storybook

Generates "storybook-static" folder, prepared to publish as storybook page.

yarn build

Distributes to "lib" folder (rollup), prepared to publish as your own package.

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago