import type { Component } from 'solid-js'; import { SSDivider, SSExpandable, SSHeader, SSSurface, SSTile, } from 'src'; import { IconBolt, IconCheck, IconLink, IconShield } from '../../demo/content'; const LayoutPage: Component = () => (
Surface stacks
Sub-surface

Perfect for grouped content, metrics, or compact forms.

Another surface

Use consistent radii and subtle shadows for hierarchy.

Tile list
} trailing={} /> } trailing="Live" /> } trailing="Low risk" />
Combine tiles with expandables to progressively reveal details.
); export default LayoutPage;