@semantic-ui/core
v0.17.0
Published
Semantic empowers designers and developers by creating a shared vocabulary for UI.
Readme
Semantic UI Next
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/coreUsage
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
