react-animals-ts
v1.0.9
Published
A typescript rewrite of the react-animals package by arvinpoddar
Downloads
16
Maintainers
Readme
ts-react-animals
A rewrite of the react-animals package by @arvinpoddar in Typescript
Installation Process
npm install react-animals-ts
Once you've successfully imported the component, simply add it to a file:
import { ReactAnimal } from "react-animals-ts";
<ReactAnimal {...} />
Documentation
For further Documentation please go to React Animals Docs. At the moment, the features of this package are the same as the original one. If this will change in the future, there will be seperated Documentation in the project.