FAQ
page.tsx
import BigIcon from '@/components/BigIcon';

Properties

icon
string or JSX Element
required

The icon to display

className
string

Custom styling for the component. You can replace the colors of the icon by using the text-[color] and bg-[color] classes with the background opacity of 20%.

Usage

example.tsx
<BigIcon icon={<Lightbulb size={20} />} />

If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.