@codecraftkit/animation
v1.1.9
Published
Made with create-react-library
Downloads
25
Readme
animations
Made with create-react-library
Install
npm install --save @codecraftkit/animationsUsage
import React, { Component } from 'react'
import Animation from "@codecraftkit/animation";
const ExampleComponent = () => {
return (
<Animation autoplay loop name={'chicken-70'} height={200} width={200}/>
))
}
License
MIT © CodeCraft
