Components
Big Icon
The Big Icon component is designed to display a large icon prominently on your website. It accepts an icon
as a string or a Component like a Icon.
page.tsx
Properties
icon
string or JSX Element
requiredThe 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
If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.
Was this page helpful?