Card
A Card component displays content in a structured container. Built on top of heroui-native Card.
Demo
Demo Coming Soon
Card examples will be available soon.
Usage
import { NCard } from '@nayan-ui/react';const Card = () => {return <NCard className="p-3">This is sample card.</NCard>};export default Card;
Attributes
| Name | Type | Default | Details |
|---|---|---|---|
| children | React.ReactNode | Optional | Card content. |
| className | string | ' ' | You can customise by passing tailwind classes. |