Getting started
Use the package in an app, or copy individual components from the registry. Browse the component catalogue for live examples.
Install from GitHub and deep-import components as needed.
npm install github:itsvigneshv/default-file-ui#mainImport the kit stylesheet once at the app root.
@import "@default-file/ui/css/df-index.css";CSS layers, tokens, hooks, and the cn utility. Install this first for copy-source setups.
itsvigneshv/default-file-ui/foundationEach component page lists its registry path as itsvigneshv/default-file-ui/<name>. Install foundation first when using copy-source tooling.
React and React DOM are required. Some items also need lucide-react for icons (select, toast, search-input).