1. Click on the Components tab

Untitled

  1. Click the New component button and select the option Draft component

Untitled

  1. In the modal that appears below, write in the component name field as follows: "campaignName" use the camelCase naming system when you have more than one word or if you have only one word, write the word in lowercase "campaign".

Untitled

  1. In the text field write the words as usual "Campaign name”

Untitled

  1. The Notes and Tags fields are optional

Notes: Is used to comment, clarify or complete the description of the component.

Tags: It’s used to write the tokens used in the design.

Untitled

  1. IDs generated in a project are used to identify and fetch specific text items using our developer integrations. These IDs must be separated by points.

    Untitled

    Untitled

    Defining lang keys

    The key names must be in English, written in camel case, consistent, and hold specific information of what the key stands for.

    DO DON'T Reason
    noResults sinResultados Keys must be in English
    goBack goback Use camel case to differentiate words
    sendEmail send**-e**mail, send_email, send$email Use camel case instead of
    transactionalShipments trShip, tShip They have to hold meaning
    noResults searchReturnedNoResults Name length must have just the right size

    ⚠️ Avoid having different keys meaning the same word.