Skip to main content

Component - Basic Text

HTML Tags Demo - H1

Basic Text Formatting - H2

Basic Text Formatting - H3

Basic Text Formatting - H4

Basic Text Formatting - H5
Basic Text Formatting - H6

This is a bold text, this is an italic text, and this is an underlined text.

This is deleted and inserted text.

Here is some highlighted text.

Lists

Unordered List

  • Item One
  • Item Two
  • Item Three

Ordered List

  1. First item
  2. Second item
  3. Third item

Links

Visit Example.com for more information.

Typography styles

Display

Subheadline1

Subheadline2

Body 1

Body 2

Caption

Eyebrow Large

Eyebrow

Buttons

Button Small

Button Medium

Button Large

Tables

NameAge
Alice25
Bob30

Code and Preformatted Text

Inline code example: console.log('Hello, world!');

    function greet() {
        console.log("Hello, world!");
    }