Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidpett/phosphor-rn
https://github.com/davidpett/phosphor-rn
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidpett/phosphor-rn
- Owner: davidpett
- License: mit
- Created: 2023-09-07T13:59:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T13:58:34.000Z (over 1 year ago)
- Last Synced: 2024-10-24T18:54:25.356Z (2 months ago)
- Language: TypeScript
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# phosphor-rn
react native wrapper for [phosphor icons](https://phosphoricons.com)
## Installation
```sh
npm install phosphor-rn
```## Usage
```js
import { PhoshporIcon } from 'phosphor-rn';// ...
;
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)