@warkypublic/svelix
v0.1.27
Published
Svelte 5 component library with Skeleton UI and Tailwind CSS
Readme
Svelix
Svelix is a Svelte 5 component library focused on workflow-heavy UI, data-rich views, and content tooling.
Install
pnpm add @warkypublic/svelixWhat ships
- Svelte 5 components and helpers from the package root
- published CSS assets under
@warkypublic/svelix/css/... - LLM-oriented documentation under
@warkypublic/svelix/llm/...
LLM Documentation
The repository includes an llm/ folder with project context and implementation docs.
In this repository
- llm/README.md
- llm/ARCHITECTURE.md
- llm/SETUP.md
- llm/COMPONENT_GUIDE.md
- llm/IMPLEMENTATION_PLAN.md
- llm/ROADMAP.md
- llm/ESLINT_GUIDE.md
- llm/tools/SVAR.md
- llm/tools/resolvespec-js.md
After install
The llm/ docs are published with the package and can be accessed in either of these ways:
- filesystem path:
node_modules/@warkypublic/svelix/llm/ - package subpath:
@warkypublic/svelix/llm/...
Examples:
node_modules/@warkypublic/svelix/llm/README.md
node_modules/@warkypublic/svelix/llm/ARCHITECTURE.md@warkypublic/svelix/llm/README.md
@warkypublic/svelix/llm/ARCHITECTURE.mdThis makes the docs available to external tools and local LLM workflows that inspect installed package contents.
