Searching the best prompts from our community
Discover the most effective Design System prompts. High-quality templates curated by experts to help you get professional AI results.
Design a scalable SVG icon set for a design system. Guidelines: 1. Set up a pixel grid (24x24). 2. Define stroke width and corner radius. 3. Ensure visual consistency (filled vs outlined). 4. Organize naming convention (e.g., ic_home_outlined.svg). 5. Minimize anchor points. 6. Convert text and stro...
Build production-ready design system. Framework: 1. Define design tokens (colors, typography, spacing, shadows). 2. Create atomic components (buttons, inputs, cards, modals). 3. Build composite patterns (forms, navigation, data tables). 4. Document component API and usage guidelines. 5. Implement ac...
Document a complete design system in code. Components to include: 1. Typography scale (H1-H6, Body, Caption). 2. Color variables for Primary, Secondary, Error, Success. 3. Button set (Primary, Outline, Ghost, Sizes). 4. Modal/Dialog patterns. 5. Form inputs with error states. Use Storybook for docum...
Build a framework-agnostic design system with Lit. Components: 1. Custom elements with @customElement decorator. 2. Reactive properties with @property. 3. Shadow DOM for style encapsulation. 4. Slots for content projection. 5. CSS custom properties for theming. 6. Event dispatching with CustomEvent....
Document components effectively with Storybook 7. Setup: 1. CSF3 format for stories. 2. Autodocs for prop table generation. 3. Controls addon for prop manipulation. 4. Actions addon for event logging. 5. Interactions testing with @storybook/test. 6. Accessibility checks with a11y addon. 7. Design to...