@classytic/fluid
v0.1.2
Published
Fluid UI - Custom components built on shadcn/ui and base ui by Classytic
Maintainers
Readme
@classytic/fluid
Reusable UI components built on shadcn/ui for Next.js projects.
Install
npm install @classytic/fluidUsage
import { DialogWrapper, FormInput, DataTable } from "@classytic/fluid";
import { PageHeader, InsetSidebar } from "@classytic/fluid/dashboard";Components
| Category | Components | |----------|-----------| | Dialogs/Sheets | DialogWrapper, FormDialog, SheetWrapper, FormSheet, ConfirmDialog | | Forms | FormInput, FormTextarea, SelectInput, CheckboxInput, RadioInput, SwitchInput, DateInput, TagInput, ComboboxInput, SlugField, FormErrorSummary, DateRangeFilter | | Tables | DataTable, TableWrapper, SimpleTable | | Layout | CardWrapper, CollapsibleWrapper, ResponsiveSplitLayout, TabsWrapper | | Display | Pill, InfoRow, CopyButton, Thumbnail, DisplayHeading | | Navigation | ApiPagination, CustomPagination | | Dashboard | PageHeader, HeaderSection, InsetSidebar, DualSidebar, ProjectSwitcher, SidebarNav, SidebarUserMenu | | Other | ModeToggle, TooltipWrapper, DropdownWrapper, AccordionWrapper |
Exports
// Main components
import { ... } from "@classytic/fluid";
// Dashboard components (sidebar, header)
import { ... } from "@classytic/fluid/dashboard";
// Layout utilities
import { ... } from "@classytic/fluid/layout";Requirements
- Next.js with
@/path alias - shadcn/ui components at
@/components/ui/*
Dev
npm run build # Build package
npm run dev # Watch modeLicense
UNLICENSED
Copyright © 2026 Classytic. All rights reserved.
This software is the confidential and proprietary information of Classytic. Unauthorized copying of this software, via any medium is strictly prohibited.
