UNPKG

@kitn.ai/chat

Version:

Framework-agnostic, Shadow-DOM web components for building AI chat interfaces — works in React, Vue, Angular, Svelte, or plain HTML. Authored in SolidJS.

6 lines (4 loc) 247 B
// Imports the compiled kit CSS as a raw string (Vite `?inline`) so it can be // injected into custom-element shadow roots. Run `npm run build:css` first. import compiled from './compiled.css?inline'; export const ELEMENT_CSS: string = compiled;