https://github.com/devnax/naxui-icons
https://github.com/devnax/naxui-icons
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devnax/naxui-icons
- Owner: devnax
- Created: 2023-07-15T20:13:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T14:11:09.000Z (over 1 year ago)
- Last Synced: 2025-01-22T00:41:25.807Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# naxui-icons
## Introduction
This package provides a convenient react component for using [Google's Material Icons](https://fonts.google.com/icons) in your react application. for the `props` you need to learn about the [naxui-manager](https://www.npmjs.com/package/naxui-manager)
## Usage
Import module using the following statement.
```tsx
import HomeIcon from 'naxui-icons/field/Home';
const App = () => {
return (
)
}
```