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.

Action

Each panel maintains consistent spacing and styling.

Another Action

Nested Elements

Panels can contain any type of content:

  • Text and paragraphs
  • Lists and tables
  • Form inputs
  • Other components
Submit

Panels work great even without a title for simple content grouping.

They provide visual separation and consistent padding.

`;