stellify/ui

stellify/ui

Web Component primitives and design tokens for Stellify-rendered apps. Built on progressive enhancement.

Philosophy

The library follows the HTML Web Components pattern — components wrap existing markup and enhance it, rather than rendering Shadow DOM. The user authors regular HTML; Stellify adds custom-element wrappers; the bundle attaches behaviour at runtime.

If JavaScript fails to load, the underlying markup still works.

Quick Start

Install the package and import in your JavaScript entry point:

npm install @stellisoft/stellify-ui
import '@stellisoft/stellify-ui'