https://github.com/papercss/react-native-paper-css
PaperCSS for React-native
https://github.com/papercss/react-native-paper-css
Last synced: 24 days ago
JSON representation
PaperCSS for React-native
- Host: GitHub
- URL: https://github.com/papercss/react-native-paper-css
- Owner: papercss
- License: mit
- Created: 2021-03-26T20:08:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T21:01:04.000Z (about 5 years ago)
- Last Synced: 2025-03-04T08:46:33.417Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://react-native-paper-css-storybook.netlify.app/
- Size: 2.09 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-paper-css
PaperCSS fro React-native
## Installation
```sh
npm install react-native-paper-css
```
## Usage
```js
import PaperCss from "react-native-paper-css";
// ...
const result = await PaperCss.multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT