Docs · Components
LimnedSurface
pnpm dlx shadcn add @01orbital/limned-surfacepreviewProps
5 props. Read straight from packages/core/src/components/cards/limned-surface.tsx, so this page cannot drift from the types.
| Prop | Type | Default |
|---|---|---|
palette | LimnedSurfacePalette | {
ground: "oklch(0.315 0.064 270.3)",
glow: "oklch(0.936 0.055 102.9)",
} |
variantHalo surrounds the rectangle; top casts light above its upper edge. | "halo" | "top" | "halo" |
grainGrain opacity; 0 disables the texture. | number | 0.3 |
glowCast-light strength; 0 retains only the inset rim. | number | 1 |
bloom | boolean | false |