Enter a search term above to see results...
On This Page
Quick Start
Installation
Note on Technical Preview - Semantic UI is in technical preview, the primary focus has been on authoring the component framework which UI components will be written. It is recommended if you are looking to use Semantic UI primarily as a UI framework to check back in 2025 for more robust components.
To get started, install the package using npm:
Usage
If you’re using a module bundler like webpack, Rollup, or Parcel, you can import the components and themes directly into your JavaScript files. Make sure your bundler is configured to handle CSS imports.
Theming
Semantic UI Web Components provides pre-defined themes that you can use out of the box. However, you can also customize the components by overriding their CSS variables.
It’s recommended to scope variables to :root
, so they will pierce multiple shadow DOM boundaries.