Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naturalclar/react-native-sketchbook
design system for react-native
https://github.com/naturalclar/react-native-sketchbook
design-system hacktoberfest react-native
Last synced: about 2 hours ago
JSON representation
design system for react-native
- Host: GitHub
- URL: https://github.com/naturalclar/react-native-sketchbook
- Owner: Naturalclar
- License: mit
- Created: 2020-04-27T15:11:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T20:58:15.000Z (4 months ago)
- Last Synced: 2024-10-07T22:47:19.718Z (29 days ago)
- Topics: design-system, hacktoberfest, react-native
- Language: TypeScript
- Homepage: https://react-native-sketchbook.vercel.app/
- Size: 1.38 MB
- Stars: 62
- Watchers: 3
- Forks: 5
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Native Sketchbook
[![Version][npm-badge]][npm-link]
[![MIT License][license-badge]][license]**Currently Work in Progress**
react-native-sketchbook is a Design System for React Native
Demo: https://react-native-sketchbook.now.sh/
- **Reusable**
- **Customizable**
- **Fully written in TypeScript**
- **Full support for Web**
- **Supports Dark Theme**
- **No External Dependencies**## Tech Stack
- [React Native](https://reactnative.dev): Learn once, write everywhere.
- [Storybook](https://storybook.js.org/): For UI component demo and docs.
- [React Native for Web](https://github.com/necolas/react-native-web): For Web Support and Storybook.
- [Github Actions](https://github.com/features/actions): For type-checking and linting.
- [Vercel](https://vercel.com/): For Automatic Deployment of the demo.## Usage
Using yarn:
```
yarn add react-native-sketchbook
```Using npm:
```
pnpm i react-native-sketchbook## Docs
Docs are still WIP.
## License
The library is released under the MIT licence. For more information see [`LICENSE`](/LICENSE).
[npm-link]: https://www.npmjs.com/package/react-native-sketchbook
[npm-badge]: https://img.shields.io/npm/v/react-native-sketchbook.svg?style=flat-square
[license-badge]: https://img.shields.io/npm/l/react-native-sketchbook.svg?style=flat-square
[license]: https://opensource.org/licenses/MIT