Skip to content

berty/ui-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c828e38 · Feb 4, 2025

History

10 Commits
Jan 22, 2025
Jan 20, 2025
Feb 4, 2025
Feb 4, 2025
Jan 22, 2025
Jan 22, 2025
Jan 28, 2025
Jan 20, 2025
Jan 20, 2025
Jan 20, 2025
Jan 22, 2025
Jan 20, 2025
Jan 20, 2025
Jan 20, 2025
Jan 20, 2025
Jan 20, 2025
Feb 2, 2025
Jan 22, 2025
Jan 20, 2025
Jan 28, 2025
Jan 20, 2025
Jan 22, 2025
Jan 28, 2025

Repository files navigation

@berty/ui-components

React Native UI components à la carte, by Berty

Installation

npm install @berty/ui-components

Usage

import { Button, DefaultTheme, Text, ThemeProvider } from '@berty/ui-components'

// ...

<ThemeProvider theme={theme}>
    <Button onPress={() => console.log('Button pressed')}>Press me</Button>
    <Text>Some text</Text>
</ThemeProvider>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Figma

Figma for Gnokey Template

License

MIT


Made with create-react-native-library

About

Reusable UI Components

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published