@techtrips/ui-controls
v0.1.1
Published
A React composite UI controls library — DataGrid and more, headless core with opt-in plugins
Maintainers
Keywords
Readme
@techtrips/ui-controls
A React composite UI controls library. Headless core with opt-in plugins so each big feature stays tree-shakeable and the bundle stays small.
Design policy: zero UI-framework dependencies. Components are built on native HTML elements and themed via
--dgv-*CSS variables so consumers can skin them with Fluent, Material, Tailwind, or plain CSS without conflicts.react/react-domare peer dependencies.
Installation
npm install --save @techtrips/ui-controls@latestComponents
Each control has its own dedicated docs page in docs/.
| Control | Description | Docs |
|---|---|---|
| DataGrid | Headless native-DOM data grid with an opt-in plugin pipeline (filter, search, sort, group, column visibility, pagination), themeable via CSS variables, and pluggable adapters for Fluent / MUI / custom design systems. | docs/DataGrid.md |
Guides
| Topic | Docs | |---|---| | Custom adapters (Fluent, MUI, material-like) | docs/Adapters.md | | Release notes | docs/ChangeLog.md |
Release Notes
See the full change log.
Code Repository
https://github.com/techtrips/ui-controls/
Authors and Contributors
Initially developed and maintained by Chinmaya Kumar Panda.
Contributions welcome — please contact us.
