Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T21:17:31.000Z (almost 4 years ago)
- Last Synced: 2024-10-25T13:52:03.504Z (19 days ago)
- Topics: base-ui, baseui, react-native, react-native-macos, react-native-web, react-native-windows
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 115
- Watchers: 10
- 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.
[![Base UI](https://img.shields.io/npm/v/@gorhom/base-ui?style=flat-square)](https://www.npmjs.com/package/@gorhom/base-ui) [![npm](https://img.shields.io/npm/l/@gorhom/base-ui?style=flat-square)](https://www.npmjs.com/package/@gorhom/base-ui) [![npm](https://img.shields.io/badge/types-included-blue?style=flat-square)](https://www.npmjs.com/package/@gorhom/base-ui) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](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)
![React Native Base UI](./preview.png)
---
## 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)
---