Packages

Headless-first, token-driven UI components for Phoenix LiveView — rich selects, date pickers, dialogs, menus, tables, sliders and toasts that live in the browser top layer. Themeable through CSS tokens, viewport-aware, server-authoritative, with zero third-party JS.

Current section

Files

Jump to
skua package.json
Raw

package.json

{
"name": "skua",
"version": "0.1.0",
"description": "Phoenix LiveView hooks for Skua components. Resolved via Phoenix's deps convention — not published to npm.",
"license": "MIT",
"type": "module",
"main": "./priv/static/skua.cjs.js",
"module": "./priv/static/skua.esm.js",
"exports": {
".": {
"import": "./priv/static/skua.esm.js",
"require": "./priv/static/skua.cjs.js"
}
},
"files": [
"assets/js",
"priv/static/skua.esm.js",
"priv/static/skua.cjs.js"
],
"scripts": {
"build": "node build.js"
}
}