
Reusable React components and utilities for MUI-based applications
import { SuccessButton, toast } from '@js-smart/react-kit';
<SuccessButton onClick={() => toast('Saved!', 'success')}>
Save
</SuccessButton>Buttons, dialogs, snack bars, links, and more built on Material UI with consistent theming.
ProgressState utilities and loading buttons for async save, submit, and delete flows.
RouterLink and NextLink components for typed, client-side navigation in React apps.
Global toast API with ToastContainer — call toast() from anywhere in your app.
Date, string, number, URL, and boolean helpers for common application tasks.
Sensible aria-label defaults, tab panel helpers, and MUI accessibility patterns.
Fully typed components and utilities with peer dependencies kept external.