Svar svelte
Use when building, configuring, styling, or modifying any SVAR Svelte UI component from the @svar-ui/svelte-* packages - widgets, layouts, menus, toolbars, calendars, popups, themes, and localesFrom its SKILL.md
npx -y skills add svar-widgets/skills --skill svar-svelteAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.2 KB, 530 tokens by cl100k_base, as published. Nobody here has run it
SVAR Svelte ships as a family of @svar-ui/svelte-* packages. This file routes to the per-package entry; each child file is standalone and contains the imports, public types, styling hooks, and recipes for its components.
Open the matching file for the package you are using. If the component you need is not listed in the routing table below, default to core/index.md
Component Routing
| File | Package | Components |
|---|---|---|
core/index.md | @svar-ui/svelte-core | buttons, inputs, selectors, calendars, dropdowns, popups, modals, themes, locale (40+ widgets) |
menu/index.md | @svar-ui/svelte-menu | Menu, MenuBar, DropDownMenu, ContextMenu, ActionMenu |
toolbar/index.md | @svar-ui/svelte-toolbar | Toolbar |
layout/index.md | @svar-ui/svelte-layout | Layout, Cell, Panel |
grid/index.md | @svar-ui/svelte-grid | Grid, HeaderMenu, Tooltip, ContextMenu, Toolbar |
editor/index.md | @svar-ui/svelte-editor | Editor |
filter/index.md | @svar-ui/svelte-filter | FilterBuilder, FilterEditor, FilterBar, FilterQuery |
gantt/index.md | @svar-ui/svelte-gantt | Gantt, Toolbar, ContextMenu, Editor, Tooltip, HeaderMenu |
tasklist/index.md | @svar-ui/svelte-tasklist | Tasklist |
comments/index.md | @svar-ui/svelte-comments | Comments |
filemanager/index.md | @svar-ui/svelte-filemanager | Filemanager |
Common Techniques
These apply to every @svar-ui/svelte-* package:
themes.md- theme wrappers, CSS variables, thecssprop convention, class hookslocales.md- locale context, bundled language packs, extending words and formats
The widget hierarchy need to be wrapped in a theme component to ensure proper styling Some widgets (grid,gantt,filemanager, etc) exports their own theme components that delegate to core theme and add their own variables
What ships with it: 56 files
251.8 KB alongside SKILL.md
comments/
- index.md8.3 KB
core/
- avatar.md1.9 KB
- button.md2.2 KB
- calendar.md2.5 KB
- checkbox.md2.2 KB
- colorboard.md1.5 KB
- colorpicker.md2.0 KB
- colorselect.md1.5 KB
- combo.md2.9 KB
- counter.md1.6 KB
- datepicker.md3.1 KB
- daterangepicker.md3.4 KB
- dropdown.md2.6 KB
- field.md1.8 KB
- fullscreen.md1.8 KB
- globals.md2.6 KB
- icon.md1.1 KB
- index.md2.5 KB
- locale.md2.4 KB
- modalarea.md1.6 KB
- modal.md2.4 KB
- month.md2.3 KB
- multicombo.md2.8 KB
- pager.md1.9 KB
- popup.md1.7 KB
- portal.md1.6 KB
- radio.md2.2 KB
- rangecalendar.md2.2 KB
- richselect.md2.7 KB
- segmented.md1.9 KB
- select.md1.7 KB
- sidearea.md1.3 KB
- slider.md1.6 KB
- suggest-dropdown.md2.6 KB
- switch.md1.3 KB
- tabs.md1.8 KB
- textarea.md1.4 KB
- text.md2.3 KB
- themes.md1.7 KB
- timepicker.md2.6 KB
16 more files not listed here. See all 56 in the repository.