We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb82f8 commit ed086e2Copy full SHA for ed086e2
README.md
@@ -1,21 +1,19 @@
1
-# react-native-system
+# react-native-tailwind
2
3
Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System
4
5
## Installation
6
7
```sh
8
-npm install react-native-system
+npm install react-native-tailwind
9
```
10
11
## Usage
12
13
```js
14
-import System from "react-native-system";
+import { Button } from 'react-native-tailwind';
15
16
-// ...
17
-
18
-const result = await System.multiply(3, 7);
+<Button size="sm">Continue</Button>;
19
20
21
## Contributing
0 commit comments