Command Palette

Search for a command to run...

Docs
Icon Container

Icon Container

A customizable container of icons.

Installation

Run the following command to install button.tsx

pnpm dlx shadcn@latest add "https://akasha-ui.pages.dev/r/styles/default/icon-container.json"

Usage

import { IconContainer } from "<path-to-ui-components>/icon-container";
<IconContainer>
  <Icon className="w-full h-full p-2" />
</IconContainer>

Props

NameTypeDescription
variantround or squareComponent variants.
sizexs, sm, md, lg or xlComponent sizes.
showNotificationDotbooleanMarks if a notification dot should be displayed.

Examples

Round

Square

Show notification dot