Table
<sds-table>
Composable data table with selection, sortable headers, density and per-cell alignment.
Product
Quantity
Unit price
Status
DNMG insert
150
$24.50
In stock
Thread mill T-Max
45
$89.99
Ordering
Groove turning tool
200
$15.75
Low stock
<sds-table selects="multiple" density="regular">
<sds-table-head>
<sds-table-head-cell sortable sort-key="product">Product</sds-table-head-cell>
<sds-table-head-cell align="right">Unit price</sds-table-head-cell>
</sds-table-head>
<sds-table-body>
<sds-table-row value="r1">
<sds-table-cell>DNMG insert</sds-table-cell>
<sds-table-cell align="right">$24.50</sds-table-cell>
</sds-table-row>
</sds-table-body>
</sds-table>
Card
<sds-card>
A teaser container with eyebrow, media, body and actions slots, plus a gold or orange accent.
Coromant
Precision solutions
Cutting tools for high-volume machining.
Learn more
Featured
New release
Discover the latest innovations in tool technology.
Explore
<sds-card accent="gold">
<span slot="eyebrow">Coromant</span>
<h3>Precision solutions</h3>
<p>Cutting tools for high-volume machining.</p>
<div slot="actions"><sds-button>Learn more</sds-button></div>
</sds-card>
Badge
<sds-badge>
A small static count indicator (cart items, unread, alerts). Not interactive, use <sds-tag> for clickable chips.
3
12
9
5
1
<sds-badge color="blue">3</sds-badge>
<sds-badge color="orange">12</sds-badge>
<sds-badge color="gold">5</sds-badge>
Accordion
<sds-accordion>
Expandable entries; add single-open to keep only one open at a time.
Tungsten carbide particles bonded with cobalt, delivering superior hardness and wear resistance.
Selection depends on material, cutting conditions and surface-finish requirements.
A standard 12-month manufacturer's warranty covers material and workmanship.
<sds-accordion single-open>
<sds-accordion-item heading="What is carbide?" open>…</sds-accordion-item>
<sds-accordion-item heading="How do I select an insert?">…</sds-accordion-item>
</sds-accordion>
Divider
<sds-divider>
A horizontal or vertical rule in three weights.
Thin (s)
Medium (m)
Heavy (l)
<sds-divider size="s"></sds-divider>
<sds-divider></sds-divider>
<sds-divider size="l"></sds-divider>
Profile image
<sds-profile-image>
A circular avatar in three sizes, falling back to initials derived from alt when there's no image.
<sds-profile-image size="small" alt="Maria Rodriguez"></sds-profile-image>
<sds-profile-image size="medium" alt="John Smith"></sds-profile-image>
<sds-profile-image size="large" initials="SD" alt="Sandvik Design"></sds-profile-image>