1.0.3 • Published 6 months ago

lottify v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Lottify

Lottie Animation View for React

Installation

Install through npm:

npm i --save lottify

or yarn:

yarn add lottify

Usage

import React from 'react'
import Lottie from 'lottify';

const App: React.FC = () => {
  return (
    <div>
      <Lottie
        path="<path_to_lottie_json>"
        height={400}
        width={400}
      />
    </div>
  )
}

export default App
1.0.3

6 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago