dile-components
Framework-agnostic Lit web components for UI, CRUD, and editors
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install dile-components?โผ
Run `npx skills add Polydile/dile-components --all -g -y` in your terminal to install this skill globally for your coding agent.
What is Dile Components used for?โผ
It is a catalog of Lit-based web components for building user interfaces, including forms, modals, tables, CRUD screens, a Markdown editor, and icon libraries.
Do Dile components work with React or Vue?โผ
Yes. They are framework-agnostic custom elements that work in vanilla JS, React, Vue, and Angular as long as your build tool resolves npm imports.
How does the skill help my coding agent?โผ
It teaches the agent to fetch the llms.txt docs index first, then pull the exact component page so it uses correct props, events, and import paths instead of guessing.
Can I customize the look of Dile components?โผ
Yes. Every component exposes CSS custom properties for theming, so you style them without touching their shadow DOM internals.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core