HTML#


../../_images/html.png

General information#

HTML is the component that allows you to integrate raw HTML code directly into the user interface. It’s ideal for showcasing user content, including text, images, tables, and other elements that can be created and manipulated using standard HTML.

Parameters#

Component properties

Settings group

Setting field

Value Options

Purpose

Name

-

Name of the UI Component in the system

Common

Html

Button

Contains space for editing Html code

CSS properties

Settings group

Setting field

Value Options

Purpose

Layout

Width

-

Component width

Height

-

Component height

Grow

true, false

The property determines how much an element will grow relative to the rest of the flex elements within the same container

Margin

-

The property defines the outer paddings on all four sides of the element

Padding

-

The property sets the inner paddings on all sides of the element

Appearance

CornerRadius

-

The property is used to round the corners of an element

BorderThickness

-

The property allows you to set the boundaries for the element

Brush

Background

-

The property sets the background color of the element

BorderBrush

-

The property sets the color of the element’s border


Use Cases#

  • Dynamic Content: Ideal for dynamically displaying content that requires HTML formatting, such as articles or blogs.

  • Interactivity: Allows you to integrate interactive elements, such as shapes or animations, directly into the user interface.

Exceptions#

  • Browser Compatibility: HTML code should be carefully checked for compatibility with different browsers and devices to ensure correct display.