| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
React Native UI components à la carte, by Berty
npm install @berty/ui-componentsimport { 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>See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library
| Back | FazBrowse Home | New Git URL |