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.
![FAQ](https://mintlify.s3.us-west-1.amazonaws.com/bytedash/images/components/big-icon.png)
![FAQ Dark](https://mintlify.s3.us-west-1.amazonaws.com/bytedash/images/components/big-icon-dark.png)
page.tsx
Properties
The icon to display
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?