Card
Card component from @bungas/ui
Card component from @bungas/ui
The Card component from Bungas UI.
This is the card content area where you can put any content.
npm install @bungas/uiimport { Card } from "@bungas/ui"import { Card } from "@bungas/ui"
export function Example() {
return <Card />
}This is the card content area where you can put any content.