mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
68e1f171aa8c6ce2e38cb9a7d1463d6bcf357e91
* refactor(create): consolidate create code into a single route group Move all create code from app/(app)/create and app/(create) into the nested route group app/(app)/(create), and the preview iframe pages into app/(view). URLs are unchanged: /create keeps the (app) chrome (and the header now persists across / <-> /create), /init keeps its root-level path for the CLI contract, and /preview stays chrome-less for the customizer iframe. Registry sources and published payloads are untouched: two temporary tsconfig path aliases map @/app/(create)/* and the legacy @/app/(app)/create/* onto the new location. App code imports the real path. Also inline parse-config and build-instructions into the create lib so the init routes are thin HTTP handlers, and remove the icon-placeholder and lib re-export shims. * fix
shadcn/ui
A set of beautifully designed components that you can customize, extend, and build on. Start here then make it your own. Open Source. Open Code. Use this to build your own component library.
Documentation
Visit https://ui.shadcn.com/docs to view the documentation.
Contributing
Please read the contributing guide.
License
Licensed under the MIT license.
Description
Languages
TypeScript
89.8%
MDX
6.8%
CSS
3.3%
