@atheory-ai/kitsune-app
v0.1.0
Published
Kitsune application custom elements for shells, boundaries, and DOM metadata.
Maintainers
Readme
@atheory-ai/kitsune-app
Application custom elements for Kitsune shells, boundaries, routes, and DOM metadata.
@atheory-ai/kitsune-app registers the structural elements that let an application describe runtime scope and interaction context directly in HTML.
Install
pnpm add @atheory-ai/kitsune-appUse
import '@atheory-ai/kitsune-app'<kit-shell name="workspace">
<kit-boundary surface="prompt-editor" feature="prompts">
<button data-meta-event="prompt.saved">Save</button>
</kit-boundary>
</kit-shell>Registers
<kit-shell><kit-boundary><kit-route>
Exports
KitShellElementKitBoundaryElementKitRouteElementformDraftModuleparseMetadatareadDomMetadataRouteContext
Documentation
See the Kitsune docs at https://kitsune.atheory.ai.
License
Apache-2.0
