@togo-framework/ui-core
v0.1.2
Published
togo UI kit — foundation package: shadcn/ui primitives, theme system, i18n, status/page chrome, and shared utils/hooks. Framework-agnostic, RTL-ready, dark-first. Install feature packages (@togo-framework/ui-auth, ui-admin, ui-data-table, …) on top of thi
Readme
@togo-framework/ui-core
Foundation package of the togo UI kit — shadcn/ui primitives, theme system
(multi-theme via BrandingProvider), i18n, status/page chrome, and shared
utils/hooks. RTL-ready, dark-first, framework-agnostic.
Install this first, then add the feature package(s) you need on top of it:
@togo-framework/ui-auth, ui-admin, ui-data-table, ui-markdown,
ui-map, ui-plugin, ui-feedback, ui-logs, ui-entity, ui-layout,
ui-marketing, ui-copilot, ui-desktop.
npm install @togo-framework/ui-coreimport "@togo-framework/ui-core/styles.css";
import { Button, ThemeProvider, LanguageProvider } from "@togo-framework/ui-core";This package was split out of the former monolithic @togo-framework/ui to
let apps install only the pieces they actually use.
