Grids & Layouts
Obsidian Layout
Dark mode bento grid with obsidian styling and glowing accents.
bentoobsidiandarkglow
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
mainTitle | string | NeuralEngine | Main title text (supports for line breaks). |
mainIcon | React.ReactNode | Main icon component (optional). | |
mainDescription | string | Processing matrix loaded. | Main description text. |
mainBars | number | 4 | Number of progress bars to display. |
securityStatus | string | Protected | Security status text. |
securityStatusText | string | Protected | Security status description. |
stackLabel | string | Stack | Stack section label. |
performanceValue | string | 240hz | Performance value display. |
coreLinkTitle | string | Core Link | Core link section title. |
coreLinkDescription | string | Establishing connection... | Core link section description. |
accentColor | string | indigo | Accent color theme (Tailwind color name or hex). |
gradientFrom | string | indigo-500 | Gradient start color (Tailwind color name). |
gradientTo | string | purple-600 | Gradient end color (Tailwind color name). |