svar-widgets/skills · Archived

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 locales

First seen May 8, 2026

Installation

$ npx skills add svar-widgets/skills --skill svar-react

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from svar-widgets/skills.

npx skills add svar-widgets/skills

Browse all from svar-widgets/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License MIT
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,253 B
  • docs SUMMARY.md 210 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 102 installs

SKILL.md

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

File Package Components
core/index.md @svar-ui/react-core buttons, inputs, selectors, calendars, dropdowns, popups, modals, themes, locale (40+ widgets)
menu/index.md @svar-ui/react-menu Menu, MenuBar, DropDownMenu, ContextMenu, ActionMenu
toolbar/index.md @svar-ui/react-toolbar Toolbar
layout/index.md @svar-ui/react-layout Layout, Cell, Panel
grid/index.md @svar-ui/react-grid Grid, HeaderMenu, Tooltip, ContextMenu, Toolbar
editor/index.md @svar-ui/react-editor Editor
filter/index.md @svar-ui/react-filter FilterBuilder, FilterEditor, FilterBar, FilterQuery
gantt/index.md @svar-ui/react-gantt Gantt, Toolbar, ContextMenu, Editor, Tooltip, HeaderMenu
tasklist/index.md @svar-ui/react-tasklist Tasklist
comments/index.md @svar-ui/react-comments Comments
filemanager/index.md @svar-ui/react-filemanager Filemanager

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