Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.57 KB

File metadata and controls

67 lines (48 loc) · 1.57 KB

React Material Icons

This package includes all Material Icons as reusable react components

Table of content

Usage

In order to use this package you have to install it through npm

npm install @aboutbits/react-material-icons

After you successfully installed the package you can simply use the icons in you react application like this

import React from 'react'

const MyCommponent = () => {
    return (
        <IconCached />
    );   
}

SVG related parameters like height and width can be passed as props

Build & Publish

To build the package, simply run the following command

npm run build

To publish the package commit all changes and push them to master. Then run one of the following commands locally:

npm version patch
npm version minor
npm version major

To remove all generated files run the clean script

npm run clean

Information

About Bits is a company based in South Tyrol, Italy. You can find more information about us on our website.

Support

For support, please contact info@aboutbits.it.

Credits

License

The MIT License (MIT). Please see the license file for more information.