Multidirectional
Slide
Installation
Copy and paste the following code into your project.
components/eldoraui/multidirectionalslide.tsx
Update the import paths to match your project setup.
Props
Prop Name | Type | Default | Description |
---|---|---|---|
textLeft | string | "" | The text content to display on the left side of the slide. |
textRight | string | "" | The text content to display on the right side of the slide. |
className | string | "" | Additional CSS classes to apply to the component for custom styling. |