Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
No Code
No Code
  • 🏁Getting Stared
    • 🥳Introduction
      • What is Uncodie?
      • App
      • Figma No Code Plugin
        • How to associate your Figma token to Uncodie?
        • How to associate an Uncodie project to figma?
  • 📖Basic Concepts
    • 🧩Components
      • Screen Page
        • Screen Layout
        • Screen Content
      • Table View
        • Table View Header
        • Table View Row
        • Table View Cell
      • Form
        • Text Area
        • Selector
        • Input
        • Button
        • Output
      • HTML components
        • Headers
          • H1
          • H2
          • H3
          • H4
          • H5
        • Title
        • Parragraph
        • List
        • Iframe
        • Video
        • Audio
        • Link
        • Progress
        • Meta
        • Image
        • SVG
      • Advanced
        • Chart
          • Style Personalization
        • Repeat
        • Loading
    • 🎨Appearance
      • Visibility
      • CSS
      • Adaptative Design
      • Responsive Design
    • 🏗️Prototyping
      • Modals
      • Variants
      • Navigation
    • 🔤Variables
    • 💽Data Sources
      • Collections
      • Queries
      • Scripts
    • 🔍Data Binding
    • ⚡Actions
      • Scripts
      • Events
    • 🧑User Management
      • Privacy
    • 🍪SEO and Tracking
      • Capabilities
      • HTML Head Scripts
    • ☁️Publish and Deploy
      • Custom Domains
Powered by GitBook
On this page
  • Overview
  • Use Cases
  • Respond to Screen Sizes
  • Respond to Screen orientation
  • Respond to User Roles
  • Guidelines
  • Avoid adaptive design

Was this helpful?

  1. Basic Concepts
  2. Appearance

Adaptative Design

PreviousCSSNextResponsive Design

Last updated 1 year ago

Was this helpful?

Overview

The adaptive design methodology is a flexible and iterative approach to product development. It leverages real-time data and user feedback to make continuous improvements. This approach allows design teams to quickly respond to changing market conditions and user needs, ensuring that the final product is both functional and user-friendly. With adaptive design, the development process is more resilient, accommodating unpredictability and enhancing overall efficiency. Companies that embrace this methodology are better positioned to deliver cutting-edge solutions that meet evolving consumer demands effectively.

Figma does not include a breakpoint design feature out of the box, to address this problem Uncodie ads inline CSS rules and visibility rules in the IDE see:

You can also use CSS Media Queries to perform adaptative designs by creating a CSS file for your screen or component see:

Use Cases

Respond to Screen Sizes

Use visibility rules to respond to different screen sizes and show or hide different UX elements, see:

Respond to Screen orientation

Show or hide complete elements or variants by using variables and variants, see:

Respond to User Roles

You can grant access to application features by role-adding roles to your User and showing or hiding elements or variants accordingly.

Guidelines

Avoid adaptive design

Try using these features as little as you can so your app design responds to different screen sizes from simple CSS rules instead.

📖
🎨
Visibility
CSS
🔤Variables
Variants