1.0.5 • Published 10 months ago

naxui-icons v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago