Intergalactic is a constantly developing design system of React components, guidelines and UX patterns for buiding interfaces. You can explore components in our documentation website.
- 80+ components for your design (you can also find them in the Figma Community)
- High-quality React components out of the box
- Written in TypeScript with predictable static types
- Whole package of design resources and development tools
- Powerful collection of charts
- Theme customization in every detail (find details in the Design tokens guide)
- Google Chrome
- Mozilla Firefox
- Opera
- Microsoft Edge
- Safari (two last versions)
pnpm add @semcore/ui
# or npm install @semcore/ui
After the installation, all components will be available at @semcore/ui/{{component_name}}
.
All components are located in the @semcore
namespace in npm and are installed separately.
If the selected component is running, you must install the @semcore/core package
.
Example:
npm i @semcore/button @semcore/core
@semcore/core
is the basic package with which we create our components, and it contains all of the common logic of the components that is discussed below. There should be only one version of the package in the project.
Learn more about contributing ›
Thanks to all contributors, you are so awesome! ❤️
- Roman Lysov
- Michael Sereniti
- Julia Mnizhek
- Elena Krasnopolskaia
- Ruslan Gaiazov
- Elena Khaas
- Tatana Iliukhina
- and many others from Semrush team
Great job!
You always can open an issue in the repository. We'll be glad to help!
You can also open an issue. We will review it soon!