7.0.1 • Published 10 months ago
@berg-layout/react v7.0.1
@berg-layout/react
This is the React version of berg-layout.
Usage
Usage and demo here.
Documentation
Styling
Since berg-layout uses web components, the layout styles are encapsulated in the shadow DOM.
You can still style them, but you need to use the pseudo element ::part() to pierce the encapsulation.
Styling panels
The panels have two ::part()
part="content"
which wraps your contentpart="overflow"
which handles overflow and wrapscontent
To for example, style content
, use ::part
.berg-panel-top {
&::part(content) {
padding: 16px;
}
}
6.0.1
11 months ago
7.0.0
10 months ago
7.0.1
10 months ago
6.0.0
1 year ago
5.5.1
1 year ago
5.5.0
1 year ago
5.3.3
2 years ago
5.4.1
2 years ago
5.4.0
2 years ago
5.3.2
2 years ago
5.3.1
2 years ago
5.3.0
2 years ago
5.2.1
2 years ago
5.2.0
2 years ago
5.1.3
2 years ago
5.1.2
2 years ago
5.1.1
2 years ago
5.1.0
2 years ago
5.0.6
2 years ago
5.0.5
2 years ago
5.0.4
2 years ago
5.0.3
2 years ago
5.0.1
2 years ago
5.0.0-rc4
2 years ago
5.0.0-rc3
2 years ago
5.0.0-rc2
2 years ago
5.0.0-rc1
2 years ago