0.2.2 • Published 2 years ago

react-animation-library v0.2.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

react-animations

custom react toast animations with different variants/animations Minimalistic elements meant to be stylized and placed within your project

Popup

position is meant to pop up not be inline with other components or containers

popup animations

Usage

<Popup show={show} animated={true} onClose={closed}/>

Props

proptypecomment
showbooltrue = popup opens
animatedboolIf popup is animated
onClosecallbackcalled when popup is closed
variantstringsuccess(default), warning, danger, trash

InLinePopup

position is meant to fit within buttons, cards, and other containers

popup animations

Usage

<InLinePopup show={show} animated={true} onClose={closed}/>

Props

proptypecomment
showbooltrue = popup opens
animatedboolIf popup is animated
onClosecallbackcalled when popup is closed
variantstringsuccess(default), warning, danger, trash

Modal

Position is absolute and meant to be displayed over everything modal animations

Usage

<Modal show={showModal} onClose={closeModal}  variant="success" backdrop={false} message="saved!"/>

Props

proptypecomment
showbooltrue = popup opens
onClosecallbackcalled when popup is closed
messagestringmessage displayed below the icon
backdropboolMakes background dark temporarily
variantstringsuccess(default), warning, danger, trash

importing

import { Modal } from 'react-animation-library/dist/'

Environment Setup

Demo

git clone https://github.com/jaysongiroux/react-animations.git
cd react-animations/react-animations
npm install
npm start

Building

git clone https://github.com/jaysongiroux/react-animations.git
cd react-animations/react-animations
npm run build or yarn build

deploy

yarn build or npm run build
npm publish
0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.10

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago