Extending
The modular structure makes it easy to add your own components:
/* my-custom-component.css */ .my-component { border: 2px solid var(--color-primary); padding: var(--spacing-2); background: var(--color-bg); }
The modular structure makes it easy to add your own components: