UNPKG

react-animated-ui

Version:

A React UI library featuring animated components including buttons, forms, dropdowns, date pickers, and more.

9 lines (8 loc) 496 B
export { AnimatedButton } from './components/AnimatedButton'; export { AnimatedForm } from './components/AnimatedForm'; export { ToggleSwitch } from './components/ToggleSwitch'; export { ParallaxScroll } from './components/ParallaxScroll'; export { AnimatedDropdown } from './components/AnimatedDropdown'; export { AnimatedDatePicker } from './components/AnimatedDatePicker'; export { AnimatedTextArea } from './components/AnimatedTextArea'; export { PopupModal } from './components/PopupModal';