aurora text
Learn how to use the aurora text component in your project.
Preview
Component preview
Installation
Terminal
npm install@react-overflow/aurora-text
Usage
component.tsx
import{AuroraText}from'@react-overflow/aurora-text';export default functionExample() {return<AuroraText/>}
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | - | Additional CSS classes |
| children | ReactNode | - | Component children |
| variant | "default" | "outline" | "default" | Visual variant of the component |