Transformicons for React.
In your console run:
npm install react-transformicons
import React from 'react';
import ReactDOM from 'react-dom';
import { MenuIcon } from 'react-transformicons';
ReactDOM.render(
<MenuIcon animation="butterfly" />,
document.getElementById('root')
);
- Menu Icons
- Grid Icons
- Add Icons
- Remove Icons
- Contact Icons
- Form Icons
- Video Icons
- Scroll Icon
- Loader Icon
Provides with Menu icons.
animation
- string, optional - Sets the menu animation type. In case this parameter is not provided, it will default tobutterfly
. Values available:butterfly
minus
x-cross
arrow-up
arrow-360-left
arrow-left
isActive
- boolean, optional - Sets initial state for the button. Defaults tofalse
.
Provides with Grid icons.
animation
- string, optional - Sets the menu animation type. In case this parameter is not provided, it will default torearrange
. Values available:rearrange
collapse
isActive
- boolean, optional - Sets initial state for the button. Defaults tofalse
.
Provides with Add icons.
animation
- string, optional - Sets the menu animation type. In case this parameter is not provided, it will default tominus
. Values available:minus
check
isActive
- boolean, optional - Sets initial state for the button. Defaults tofalse
.
Provides with Remove icons.
animation
- string, optional - Sets the menu animation type. In case this parameter is not provided, it will default tocheck
. Values available:check
chevron-left
chevron-right
chevron-down
chevron-up
isActive
- boolean, optional - Sets initial state for the button. Defaults tofalse
.
Provides with Contact icons.
animation
- string, optional - So far, the only available animation isemail
.isActive
- boolean, optional - Sets initial state for the button. Defaults tofalse
.
Provides with Form icons.
animation
- string, optional - So far, the only available animation issearch
.isActive
- boolean, optional - Sets initial state for the button. Defaults tofalse
.
Provides with Video icons.
animation
- string, optional - So far, the only available animation isplay
.isActive
- boolean, optional - Sets initial state for the button. Defaults tofalse
.
Provides with a scroll icon.
Provides with a Loader icon.
We welcome and appreciate contributions!