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