react-zangief
v1.0.7
Published
[](https://github.com/mui-org/material-ui/blob/master/LICENSE) [](https://www.npmjs.com/package/react-zangief) [ => {
return <Zangief action="stand" size={16} flip />;
}
ReactDOM.render(<App />, document.querySelector('#app'));Props
| Name | Type | Default | Description | | ------ | ----------------------------------------------------------------- | --------- | ----------------------- | | action | 'default' | 'stand' | 'walk' | 'jump' | 'attack' | 'damaged' | 'default' | Animation type. | | size | number | 32 | The size of Zangief. | | flip | boolean | false | Flip Zangief direction. |
