design-system
abui/design-systemFreeTheme
abui publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by abui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://abui.io/r/design-system.jsonSource
1# Project Instructions23## Best Practices for Using shadcn MCP server451. **Always Check Registry First**6 - Before creating custom components, search the registry for existing solutions7 - Use `mcp_shadcn_search_items_in_registries` to find relevant components8 - Check `mcp_shadcn_list_items_in_registries` to see all available options9102. **Component Discovery Workflow**11 - Start with semantic search using `mcp_shadcn_search_items_in_registries`12 - View detailed component info with `mcp_shadcn_view_items_in_registries`13 - Get usage examples with `mcp_shadcn_get_item_examples_from_registries`14 - Use `mcp_shadcn_get_add_command_for_items` to get installation commands15163. **Component Installation**17 - Use the provided add commands from the registry18 - Ensure components are properly imported and configured19 - Do not install example- components directly, use them as reference to create your components.20 - Follow the component's usage examples for proper implementation21 - Do not overwrite ui or registry/ui components unless the user has specifically asked for it2223## Quality Assurance2425- Always test registry components after installation26- Verify imports and dependencies are correct27- Check that styling integrates with your existing design28- If using next/image, make sure images.remotePatterns is configured in next.config.ts2930```tsx31import type { NextConfig } from "next"3233const nextConfig: NextConfig = {34 images: {35 domains: ["images.unsplash.com"],36 },37}3839export default nextConfig40```
What it pulls in
Other registry items
Files it writes
More from abui
All 20 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Debug Utilsdebug-utils | abui | Themes | Free | no deps | |
| Extra Breakpointsextra-breakpoints | abui | Themes | Free | no deps | |
| Orientation Media Queriesorientation-media-queries | abui | Themes | Free | no deps |
