https://github.com/taystack/ui-components
Some UI components that I think are nice to use. Maybe you could build something with em'
https://github.com/taystack/ui-components
Last synced: 8 months ago
JSON representation
Some UI components that I think are nice to use. Maybe you could build something with em'
- Host: GitHub
- URL: https://github.com/taystack/ui-components
- Owner: taystack
- License: mit
- Created: 2019-01-23T21:57:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T17:13:20.000Z (almost 7 years ago)
- Last Synced: 2025-04-10T00:55:17.932Z (8 months ago)
- Language: JavaScript
- Size: 17.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://codecov.io/gh/taystack/ui-components) [](https://travis-ci.org/taystack/ui-components)
### [Component Demo](https://taystack.github.io/ui-components/storybook-static/)
### [Docs](https://taystack.github.io/ui-components/docs/)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and implements [Storybook](https://github.com/storybooks/storybook) with [Storybook deployer](https://github.com/storybooks/storybook-deployer).
## Installation
```bash
yarn add @taystack/react-ui
```
## Development
Clone the project into a local directory and install dependencies
```bash
$ git clone ...
$ cd ui-components
$ yarn
```
### Available Scripts
#### `yarn start`
Runs the app in the development mode.
Open [http://localhost:6006](http://localhost:6006) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
#### `yarn test`
Run all tests with coverage using [Jest](https://jestjs.io/)
#### `yarn build`
Builds a deployable instance of storybook with [Storybook deployer](https://github.com/storybooks/storybook-deployer)
### Contributing
Have any suggestions? Think it could be done better? (Fire out an issue)[https://github.com/taystack/ui-components/issues].
Are you a Hero? PRs will get reviewed.