agentsclimarketplace

Svar react

Skill svar-widgets/skills/svar-react

Use when building, configuring, styling, or modifying any SVAR React UI component from the @svar-ui/react-* packages - widgets, layouts, menus, toolbars, calendars, popups, themes, and localesFrom its SKILL.md

Install
npx -y skills add svar-widgets/skills --skill svar-react

Assembled 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, 517 tokens by cl100k_base, as published. Nobody here has run it

SVAR React ships as a family of @svar-ui/react-* 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

FilePackageComponents
core/index.md@svar-ui/react-corebuttons, inputs, selectors, calendars, dropdowns, popups, modals, themes, locale (40+ widgets)
menu/index.md@svar-ui/react-menuMenu, MenuBar, DropDownMenu, ContextMenu, ActionMenu
toolbar/index.md@svar-ui/react-toolbarToolbar
layout/index.md@svar-ui/react-layoutLayout, Cell, Panel
grid/index.md@svar-ui/react-gridGrid, HeaderMenu, Tooltip, ContextMenu, Toolbar
editor/index.md@svar-ui/react-editorEditor
filter/index.md@svar-ui/react-filterFilterBuilder, FilterEditor, FilterBar, FilterQuery
gantt/index.md@svar-ui/react-ganttGantt, Toolbar, ContextMenu, Editor, Tooltip, HeaderMenu
tasklist/index.md@svar-ui/react-tasklistTasklist
comments/index.md@svar-ui/react-commentsComments
filemanager/index.md@svar-ui/react-filemanagerFilemanager

Common Techniques

These apply to every @svar-ui/react-* package:

  • themes.md - theme wrappers, CSS variables, the css prop convention, class hooks
  • locales.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

267.7 KB alongside SKILL.md

comments/

16 more files not listed here. See all 56 in the repository.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.