2.1.2 • Published 7 months ago

react-expandify v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

React Expandify 🚀

Animated, lightweight expandable components for React. No extras, just effortless expand and collapse.

NPM Downloads npm version

📸 Demo

React Expandify Demo


Table of Contents


🚀 Features

  • 🎛 Plug and Play: Get started instantly, no complicated setup!
  • 🌈 Elemental Freedom: Use any HTML element as your expandable container.
  • 🎨 Your Style, Your Rules: Easy-to-add custom classes.
  • Tick Tock Goes The Clock: Control the expand and collapse speed to the millisecond!

📦 Installation

Add React Expandify to your project with npm:

npm install react-expandify

Or use yarn:

yarn add react-expandify

💡 Usage

Basic example:

import { Expandable } from 'react-expandify';
import 'react-expandify/dist/style.css';

const MyApp = () => (
  <Expandable expanded>
    <p>Your awesome content here!</p>
  </Expandable>
);

📚 Documentation

PropertyTypeDefaultDescription
expandedbooleanfalseDetermines whether the content is expanded or not.
childrenReactNode-Children to be rendered inside the component.
elementTypeJSX.IntrinsicElements'div'The HTML element type for the Expandable component.
expandDurationnumber300Duration for the expand animation in milliseconds.
collapseDurationnumber300Duration for the collapse animation in milliseconds.
easingstringease-in-outEasing function for the expand and collapse animations.
classNamestring-Additional className for the Expandable component.
onCollapse() => void-Callback when the content has collapsed.
onExpand() => void-Callback when the content has expanded.

✨ What You Can Create


🙏 Contributing

Got ideas or bug reports? Open an issue or send a pull request!

📄 License

Licensed under the MIT License. See LICENSE for more details.


Crafted with 💖 by Armen Nersisyan

2.1.2

7 months ago

2.1.1

7 months ago

2.1.0

7 months ago

2.0.6

7 months ago

2.0.5

7 months ago

2.0.4

7 months ago

2.0.3

7 months ago

2.0.2

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago