https://github.com/gorhom/react-native-base-ui
A React Native Component library implementing the Base design language.
https://github.com/gorhom/react-native-base-ui
base-ui baseui react-native react-native-macos react-native-web react-native-windows
Last synced: about 1 year ago
JSON representation
A React Native Component library implementing the Base design language.
- Host: GitHub
- URL: https://github.com/gorhom/react-native-base-ui
- Owner: gorhom
- License: mit
- Created: 2020-12-26T16:49:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T21:17:31.000Z (about 5 years ago)
- Last Synced: 2025-03-09T11:05:21.265Z (about 1 year ago)
- Topics: base-ui, baseui, react-native, react-native-macos, react-native-web, react-native-windows
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 116
- Watchers: 9
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Base UI
Base is a design system comprised of modern, responsive, living components. Base UI is the React Native implementation of Base.
[](https://www.npmjs.com/package/@gorhom/base-ui) [](https://www.npmjs.com/package/@gorhom/base-ui) [](https://www.npmjs.com/package/@gorhom/base-ui) [](https://expo.io/)
> This project is a re-written implementation of the **[Base Web](https://github.com/uber/baseweb)**, but for React Native, React Native Web & React Native Desktops (Windows, MacOS, Linux)

---
## Installation
First you will need to install the library
```bash
yarn add @gorhom/base-ui
```
Then make sure to run `react-native link`, to make sure needed font is installed.
```bash
yarn react-native link
```
## Usage
```tsx
// @TODO
```
## Contributing
This library still in early development stage and will need your help and support to get it to stable stage.
Click here to [read more about contributing](CONTRIBUTING.md).
## Author
- [Mo Gorhom](https://gorhom.dev/)
## License
[MIT](./LICENSE)
---