v0.0.1 · MIT licensed
The ERP component library
for serious teams.
141+ production-grade React components extracted from Indas Estimo. Includes DataGrid, DatePicker, action buttons, charts, modals — everything you need to ship a real app.
One install
npm install indas-ui — everything ships in one package
10 categories
Forms, DataGrid, Modals, Layout, Charts, Hooks…
Tailwind native
CSS variables for theming, 6 built-in themes
Quick start
~30 seconds
1. Install
npm install indas-ui2. Import tokens in your app root
import 'indas-ui/tokens.css'3. Set theme on html element
<html class="theme-default light">Themes:
theme-default, theme-red, theme-green, theme-purple, theme-orange, theme-black · Modes: light, darkComponent categories
Forms & Inputs
16
Button · Input · Checkbox · CheckboxButton · InputButton …
DataGrid
16
DataGrid · CardView · DataVisualization · EditableCell · EditableTextCell …
Modals & Dialogs
6
Modal · StandardModal · ModalAlert · Dialog · LogoutModal …
Layout
9
AppShell · DynamicSidebar · Footer · CompactFooter · Page …
Display & Feedback
20
Card · Alert · Badge · BooleanBadge · FilterBadge …
Dashboard & Stats
13
StatsCard · StatsGrid · Kpi · KpiTrend · KpiBeforeAfter …
Charts
20
LineChart · BarChart · AreaChart · DonutChart · ScatterChart …
Providers
11
ThemeProvider · LanguageProvider · DeviceProvider · CurrencyProvider · GlobalAlertProvider …
Hooks
16
useDevice · useLanguage · useCurrency · useGlobalAlert · useQuickAlert …
Utilities
14
cn · exportToCSV · exportToExcel · exportToJSON · exportToPDF …