New

5 demos, 10+ applications, 50+ blocks, 30+ pages & much more

Documentation

Browse and explore docs

Icons

The template supports two icon libraries out of the box — Lucide Icons and Iconify.

Lucide Icons

import { Moon, Sun } from 'lucide-react';

<Moon className="h-5 w-5" />
<Sun className="h-5 w-5" />

Browse all available icons at lucide.dev/icons.

Iconify Icons

import { Icon } from '@iconify/react';

<Icon icon="mdi:home" width="24" height="24" />

Browse all Iconify icons at icon-sets.iconify.design.