Revo Docs

Icons

Simple fontawesome icons helper.

<x-ui::icon>bolt</x-ui::icon>
Copied!

Color

You can change the color with standard tailwindcss classes.

<x-ui::icon class="text-brand">bolt</x-ui::icon>
Copied!

Size

You can change the size with standard tailwindcss classes.

<x-ui::icon class="text-2xl">bolt</x-ui::icon>
Copied!

Spin

You can make any icon spin by using the spin prop.

<x-ui::icon spin>bolt</x-ui::icon>
Copied!