google / google/playground-elements
Expose parts for #lhs and #rhs
Open
Needs Discussion
- Dominant language
- TypeScript
- Stars
- 648
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
If `#lhs` and `#rhs` had parts, users could write custom layouts while still using ``. For example, a vertical layout would be:
```scss
playground-ide {
display: flex;
flex-flow: row wrap;
&::part(lhs) {
width: 100%;
height: 75%;
}
&::part(rhs) {
width: 100%;
height: 25%;
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.