An open API service indexing awesome lists of open source software.

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

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)