Getting started
Tune your framework, color scale, and install mode with a live preview, then copy one command to scaffold a fully wired app. Prefer a written walkthrough? Open the installation guide.
Setup command
1npx --yes -p @default-file/ui df-ui init -t react --name my-app --color-scale detailed
Component import
1import { Button } from "@default-file/ui/components/df-button"