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.
Framework Integration
Semantic UI Web Components can be easily integrated into popular JavaScript frameworks.
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.