Typography is an important aspect of design that greatly influences how users perceive and interact with your content. In this section, weβll explore how to effectively utilize two essential UI elements, βTextβ and βLink.β
The βTextβ UI element serves as a tool dedicated solely to presenting text within your user interface. Whether itβs paragraphs or descriptions, the βTextβ UI element. Through manipulation of embedded CSS properties, youβre afforded to edit the visual appearance and formatting of text, aligning it with your design preferences.
The Text UI element gives you with the flexibility of Markdown formatting. You can enhance your text using various markdown tags, including:
Bold
Copy
Ask AI
**Bold**
italic
Copy
Ask AI
*italic*
bold italic
Copy
Ask AI
***bold italic***
strikethrough
Copy
Ask AI
~~strikethrough~~
URL
Copy
Ask AI
[URL](https://url.net)
Letβs take the following mardkown text example:
Copy
Ask AI
Be among the *first* to receive updates about our **exciting new products** and releases. Subscribe [here](flowx.ai/newsletter) to stay in the loop! Do not ~~miss~~ it!
When running the process it will be displayed like this:
Links are essential for navigation and interaction. The βLinkβ UI element creates clickable text that directs users to other pages or external resources. Hereβs how to create a link: