SettingsPanel
Dense settings surface with accessible switches, saved-value callbacks, responsive rows, and reduced-motion thumbs.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/settings-panel.jsonInstall with the CLI
# adds SettingsPanel to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/settings-panel.jsonOr install the package
// npm install @uigrids/react-ui
import { SettingsPanel } from '@uigrids/react-ui'
export default function App() {
return <SettingsPanel />
}