https://github.com/berty/ui-components
Reusable UI Components
https://github.com/berty/ui-components
Last synced: about 1 month ago
JSON representation
Reusable UI Components
- Host: GitHub
- URL: https://github.com/berty/ui-components
- Owner: berty
- License: mit
- Created: 2025-01-21T09:12:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T10:09:17.000Z (over 1 year ago)
- Last Synced: 2026-06-21T07:33:06.290Z (about 1 month ago)
- Language: TypeScript
- Size: 1.36 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @berty/ui-components
React Native UI components à la carte, by Berty
## Installation
```sh
npm install @berty/ui-components
```
## Usage
```js
import { Button, DefaultTheme, Text, ThemeProvider } from '@berty/ui-components'
// ...
console.log('Button pressed')}>Press me
Some text
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## Figma
[Figma for Gnokey Template](https://www.figma.com/design/ZvyQCGf8yJ53UxFNHuheDU/GKM-design-_-UI?node-id=44-959&t=27GIxzjOfQVEzfpi-0)
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)