import { html, css, cssManager } from '@design.estate/dees-element'; export const demoFunc = () => html`
The panel component automatically follows the theme and provides consistent styling for grouped content.
It's perfect for creating sections in your application with proper spacing and borders.
Panels can have both a title and subtitle to provide more context.
The subtitle appears in a smaller, muted text below the title.
Grid layouts work great with panels for creating dashboards and feature sections.
Each panel maintains consistent spacing and styling.
Panels can contain any type of content:
Panels work great even without a title for simple content grouping.
They provide visual separation and consistent padding.