• 0.4.0 4e61542581

    0.4.0 Stable

    endeavorance released this 2026-01-22 17:44:29 +00:00 | 12 commits to main since this release

    New

    • Conditional rendering directives (if, else-if, else)
    • The css template helper can now interpolate Palette component tag names
    import { Avatar } from “#components
    
    const styles = css`
      ${Avatar}.round {
        border-radius: 50%;
      }
    `
    
    Downloads