🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@semantic-ui/core

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-ui/core

Semantic empowers designers and developers by creating a shared vocabulary for UI.

0.12.2
npm
Version published
Maintainers
1
Created
Source

Semantic UI Next

UnitTests E2ETests Coverage

A modern, lightweight UI framework built with Web Components.

Note: This is an early technology preview. APIs and structures may change.

Installation

npm install @semantic-ui/core

Usage

Direct Component Imports

For the most efficient imports, you can import individual components directly:

// Import global css tokens
import '@semantic-ui/core/theme';

// Import specific components
import { UIButton } from '@semantic-ui/core/button';
import { UICard } from '@semantic-ui/core/card';

Full Framework Import

If you need multiple components, you can import from the main package:

// Import multiple components
import { UIButton, UICard, UIMenu } from '@semantic-ui/core';

// Import global theme
import '@semantic-ui/core/theme';

Contributing

Please see CONTRIBUTING.md for development setup instructions and contribution guidelines.

License

MIT

FAQs

Package last updated on 16 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts