Panel
The wje-panel page was auto-generated to keep API documentation coverage in sync with the current component set.
Detailed usage and best-practice guidance will be expanded in the next content phase.
When to use
Use wje-panel to compose stable page structure with clear visual and semantic hierarchy.
When not to use
Do not use layout components to handle business logic or application orchestration.
Accessibility
Preserve document semantics (header, main, aside, footer) and logical tab/focus order.
Best Practices
- Define mobile/desktop breakpoints first, then refine visual details.
- Prefer spacing tokens over ad-hoc margin/padding overrides.
- Test keyboard and screen reader behavior for overflow scenarios.
Attributes and Properties
last
| Description | Controls whether last is enabled and affects component behavior. |
| Attribute | last |
| Type | boolean |
| Default | false |
Events
No events available for this component.
Methods
getBreadcrumbs
| Description | Returns all the breadcrumb elements in the panel. |
| Signature | () => Array<Element> |
CSS Shadow Parts
No CSS shadow parts available for this component.
CSS Custom Properties
No CSS custom properties available for this component.
Slots
| Name | Description |
|---|---|
default | The default slot for the panel. |