Token-Based Architecture โ
Three-layer token system (Ingredients โ Flavors โ Recipes) fully implemented and production-ready.
A modern, accessible, token-based design system with a powerful three-layer token architecture
<!-- Install the package -->
<script type="module">
import '@sando/components/button'
</script>
<!-- Use the component -->
<sando-button variant="solid" flavor="strawberry">
Click me
</sando-button>
Sando is inspired by the Japanese "katsu sando" sandwich. Just like a sandwich has layers that work together to create something delicious, our design system has three layers:
This architecture ensures consistency while allowing complete flexibility through theming.