- {name}
-
-
- Dynamic Slot
- {/* Override context for slotted children */}
-
-
-
-
-
-
- Static Slot
-
-
-
-
-
- );
- },
- {
- styles: css`
- :host { display: grid; }
- div {
- padding: 0 1rem;
- border-left: 1px solid red;
- }
- `
- }
-);
-```
-
-### HTML for Nested Example
-
-```html
-