Quick Start

Good to know: A quick start guide can be good to help folks get up and getting familiar with package in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!

Installing the package

Follow below steps to get started with our package!

# Install via NPM
npm i react-element-transitions

Import Component

import { Transit } from 'react-element-transitions'

Last updated