@codecraftkit/animation
v1.1.4
Published
Made with create-react-library
Downloads
12
Readme
animations
Made with create-react-library
Install
npm install --save @codecraftkit/animations
Usage
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