Group other componenets with a simple panel.
Add .panel--table to your .panel to get a paddingless table. The first and last columns (td,th) also get a padding bump to give more space from the edge.
| ID | First Name | Last Name | Status |
|---|---|---|---|
| 1 | Jim | Smith | Approved |
| 1 | Jim | Smith | Approved |
:root {
--panel-padding: var(--space-l);
--panel-radius: .8rem;
--panel-border: 0px none;
--panel-shadow: 0 1px 1px #00000012, 0 2px 5px #0000001a;
--panel-margin: 0 0 1rem 0;
--panel-background: transparent;
}
@import '@dsbn/slate-css/src/components/panel';