An open API service indexing awesome lists of open source software.

https://github.com/devnax/naxui-icons


https://github.com/devnax/naxui-icons

Last synced: about 1 year ago
JSON representation

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 (




)
}

```