1.0.8 • Published 7 months ago

naxui-icons v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

naxui-icons

Introduction

This package provides a convenient react component for using Google's Material Icons in your react application. for the props you need to learn about the naxui-manager

Usage

Import module using the following statement.

import HomeIcon from 'naxui-icons/field/Home';

const App = () => {
    return (
        <div>
            <HomeIcon 
               fontSize={29}
               color="primary"
            />
        </div>
    )
}
1.0.8

7 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago