Files
ggml-org--llama.cpp/tools/ui/src/lib/components/app/SKILL.md
T
wehub-resource-sync 09a3d3ab17
Copilot Setup Steps / copilot-setup-steps (push) Failing after 2s
Python check requirements.txt / check-requirements (push) Has been cancelled
Python Type-Check / python type-check (push) Has been cancelled
Update Operations Documentation / update-ops-docs (push) Has been cancelled
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 11:57:56 +08:00

583 B

name, description
name description
app Opinionated app components building on top of ./ui primitives
  • Can include business logic and state management
  • Can include data fetching and caching logic
  • Should use original spelling for HTML-native events and camelCase for custom events
  • Props and markup attributes should be listed alphabetically
  • Use JS Objects and Arrays for CSS classes and styles when they are dynamic
  • Whenever there can be repetition in the component's markup, if it's too small to be decoupled as a separate component — use Svelte 5's {#snippet} + {@render}