React
Renders a div with default HODS background, border, radius, color, padding, and forwarded div attributes.

Preview is not available for this component.
import { Card } from "@hozorica/hods-react/card";import { Card } from "@hozorica/hods-react-native/card";ReactNodeGrouped content rendered inside the card surface.CSSProperties / ViewStyleCustom style merged after the default token surface.HTMLAttributes<HTMLDivElement> / ViewPropsPlatform-native attributes forwarded to the root element.Renders a div with default HODS background, border, radius, color, padding, and forwarded div attributes.
Renders a View with matching token background, border, radius, and padding.
<Card><Text textStyle="body">Audit summary ready</Text></Card>