--- title: Aura desc: Aura is a border light effect that can wrap around any component. It is a great way to add a cool, eye-catching visual effect to your components. Aura is useful for the most important button, card, or div that you want to highlight. source: https://raw.githubusercontent.com/saadeghi/daisyui/refs/heads/master/packages/daisyui/src/components/aura.css layout: components classnames: component: - class: aura desc: Container element to add a light effect aura around an element. By default it's a rotating border style: - class: aura-dual desc: Uses two light effects - class: aura-rainbow desc: Uses rainbow colors for the light effect - class: aura-holo desc: Uses holographic colors for the light effect - class: aura-gold desc: Uses gold colors for the light effect - class: aura-silver desc: Uses silver colors for the light effect - class: aura-glow desc: Uses a glowing effect for the light instead of a rotating border size: - class: aura-xs desc: Extra small size - class: aura-sm desc: Small size - class: aura-md desc: Medium size (default) - class: aura-lg desc: Large size - class: aura-xl desc: Extra large size --- ### ~Aura #### Aura around a card

This card has aura

```html

This card has aura

``` ### ~Aura around a button
```html
``` ### ~Aura dual

This card has dual aura

```html

This card has dual aura

``` ### ~Aura rainbow

This card has rainbow aura

```html

This card has rainbow aura

``` ### ~Aura holo

This card has holo aura

```html

This card has holo aura

``` ### ~Aura glow

This card has glow aura

```html

This card has glow aura

``` ### ~Aura gold

This card has gold aura

```html

This card has gold aura

``` ### ~Aura silver

This card has silver aura

```html

This card has silver aura

``` ### ~Aura with custom color

This card has custom color aura

```html

This card has custom color aura

``` ### ~Aura with custom color and custom background color

This card has custom color and background aura

```html

This card has custom color and background aura

``` ### ~Aura rainbow around a pricing card
Most Popular

Premium

$29/mo
  • High-resolution image generation
  • Customizable style templates
  • Batch processing capabilities
  • AI-driven image enhancements
  • Seamless cloud integration
  • Real-time collaboration tools
```html
Most Popular

Premium

$29/mo
  • High-resolution image generation
  • Customizable style templates
  • Batch processing capabilities
  • AI-driven image enhancements
  • Seamless cloud integration
  • Real-time collaboration tools
``` ### ~Aura sizes
```html
``` ### ~Aura with custom animation duration

2000ms duration aura

```html

2000ms duration aura

```