A set of React/React native components used by Status.im projects
https://status-im.github.io/status-components
fdbec95629
- Added eslint + prettier + husky + lint-staged - Added Typography story - Added Icons story - Added styleguide subfolder for theming components - Updated Button component to utilise theme |
||
---|---|---|
.circleci | ||
.storybook | ||
public | ||
src | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
README.md | ||
package.json | ||
yarn.lock |
README.md
A set of React/React native components used by Status.im projects
Hack
First install dependencies:
yarn
Then start the dev mode:
yarn storybook
Tests
yarn test
Notes
This project uses React Native Web, so to keep React Native compatibility only available APIs can be used cross platform.