1.0.5 • Published 4 months ago

dathost-remixicon-react v1.0.5

Weekly downloads
-
License
(MIT AND OFL-1.1)
Repository
github
Last release
4 months ago

Installation

npm install dathost-remixicon-react

Usage

Just search for an icon on remixicon.com and look for its name.
The name translates to Svg followed by the name in remixicon-react converted to PascalCase.

For example the icons named alert-line and alert-fill:

import SvgAlertLine from 'dathost-remixicon-react/SvgAlertLine';
import SvgAlertFill from 'dathost-remixicon-react/SvgAlertFill';

const MyComponent = () => {
  return (
    <div>
      <SvgAlertFill />
      <SvgAlertLine className="some-class" />
    </div>
  );
};
1.0.5

4 months ago

1.0.4

9 months 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