You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,53 +22,141 @@ A library for resizable & repositionable panel layouts, using
22
22
23
23
- Zero depedencies, pure TypeScript, tiny.
24
24
- Implemented as a [Web Component](https://developer.mozilla.org/en-US/docs/Web/API/Web_components),
25
-
interoperable with any framework and fully customizable.
25
+
interoperable with any framework.
26
+
- Zero DOM mutation at runtime, implemented entirely by generating CSS `grid` rules.
27
+
- Supports arbitrary theming via [CSS Variabled](https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Cascading_variables/Using_custom_properties) and [`::part`](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/::part).
28
+
- Supports async-aware container rendering for smooth animations even when rendering ovvurs over an event loop boundary.
<regular-layout-framename="AAA">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</regular-layout-frame>
34
+
<regular-layout-framename="BBB">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</regular-layout-frame>
35
+
<regular-layout-framename="CCC">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</regular-layout-frame>
36
+
<regular-layout-framename="DDD">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</regular-layout-frame>
37
+
<regular-layout-framename="EEE">Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra.</regular-layout-frame>
38
+
<regular-layout-framename="FFF">Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</regular-layout-frame>
39
+
<regular-layout-framename="GGG">Maecenas faucibus mollis interdum. Donec sed odio dui. Cras justo odio, dapibus ut facilisis in, egestas eget quam.</regular-layout-frame>
40
+
<regular-layout-framename="HHH">Vestibulum id ligula porta felis euismod semper. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.</regular-layout-frame>
0 commit comments