Learn how to use design keywords and Tailwind modifiers in Meku prompts to control UI styles, layouts, and themes for consistent, production-ready apps.
Meku supports design keywords (UI styles, Tailwind modifiers) inside prompts. These keywords help to control how the UI looks and feels, ensuring the generated code matches the design system or brand guidelines.
You can combine Tailwind modifiers with design-related keywords to describe both precise styles and broader design intent.
This section explains why design keywords matter for developers.
By specifying keywords, you guide Meku toward code that aligns with the brand standards.
Tailwind utility classes give you precise control over styling at the component level.
Example: Card component
Create a card with rounded-xl, shadow-lg, and hover:scale-105 transition
Example: Button styling
Build a button with bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700
Common Tailwind keywords:
Tailwind modifiers provide granular styling while remaining consistent with utility-first CSS principles.
Layout keywords define the structure and responsiveness of your project.
Example:
Create a product grid with four columns on desktop and one column on mobile
Using layout keywords ensures UI adapts predictably across screen sizes.
These keywords shape the overall look and feel of the application.
Example:
Build a minimal portfolio page with whitespace, grid layout, and clean typography
Example:
Create a hero section with glassmorphism effect and gradient background
Example:
Build a conversion-focused landing page with a large CTA button, pricing section, and testimonials
Example:
Add a responsive navbar with dark mode toggle
These design keywords ensure generated UI reflects not only functionality but also brand voice.
Combine Tailwind modifiers with design style keywords for precise control and broader aesthetic intent.
Example: Dashboard
Create a modern dashboard with fixed sidebar, dark mode, and responsive grid layout for analytics cards
Example: Hero section
Build a hero section with gradient background from-indigo-500 to-purple-600, minimal design, and centered text
Combining keywords produces flexible and scalable designs.
Best practices ensure design keywords are applied effectively.
Adopting these practices makes prompts reliable and prevents ambiguous results.