Authoring Guide Overview of authoring web components using Semantic UI open book Guide
Categories

Authoring Guide

Semantic UI provides packages for authoring standard W3C Web Components using the same underlying technologies built to create the first-party UI component framework.

Web components can be used anywhere you write html, work natively in modern browsers and have first-class support with frameworks like React, Vue, and Angular which means you can create your UI once and use it anywhere you ship websites.

Key Features

To see examples of custom components check out our examples gallery.

Packages

Semantic UI provides a set of composable libraries for creating web components:

Each core library like @semantic-ui/query, @semantic-ui/reactivity, @semantic-ui/templating and @semantic-ui/utils are designed to be used as standalone packages that can be used without adoping the entire design framework.

Next
Components