Dualite Documentation
  • Overview
  • Getting Started
    • Quickstart
  • Basics
    • Basics of Dualite Figma plugin
    • Advanced Settings
    • Tagging
  • DASHBOARD
    • Overview
  • Designer's Guide to Dualite
    • Overview
    • Native Figma Features supported by Dualite
    • Figma best practices
      • 3. Responsivity and Auto Layout
      • Additional tips
  • DEV'S GUIDE TO DUALITE
    • Overview
    • How Dualite translates Figma design settings into Code
    • Deploying on Vercel
    • In-depth guide to Component Mode
  • Popular Use-cases
  • Billing and Payment
    • Subscription Invoices
    • Cancelling your Pro plan
  • FAQs
    • What can I do with Dualite?
    • Feature Requests
    • Flex is not working
    • Errors and Bugs
    • Why my fonts aren't showing?
    • Dev Mode compatibility
    • Safari browser incompatibility
Powered by GitBook
On this page
  • Advanced Settings Menu
  • Example of Dualite AI Semantic Output
  1. Basics

Advanced Settings

We have additional developer-focused settings that can be accessed on clicking the Advanced Settings button

PreviousBasics of Dualite Figma pluginNextTagging

Last updated 5 months ago

After selecting the Figma design, you can open up Advanced Settings tab

Advanced Settings Menu

  • Using Flex and Absolute based Styling: If you have an auto-layouted design, you can turn the 'Flex styling' option ON, which will generated CSS Flex properties in the code and make the entire design's code properly responsive. By turning it OFF, you'll have absolute-based styling which will have absolute properties and percentage-based CSS scaling of the end output

  • Specify Component Width: You can define the width of the generated component that is required in the code and we'll automatically resize the design to fit in the requirements. This is primarily done to resolve the issue of de designers designing on a different scale than what the developer requires in the final code output

  • Dualite Semantics: Turning it on geenerate human-readable classNames and properties to make the code easily understandable

Example of Dualite AI Semantic Output

Here's an example of the kind of code output. The first image shows the design elements named as "Frame 165", "Frame 162" etc but the converted code shows proper props like 'loginheadertitle'

For getting more information around component mode and how to effectively use it. Refer to this guide .

here
Post design selection after clicking on Advanced Settings button