Intergalactic is a constantly developing design system of React component, guidelines and UX patterns for developing interfaces. You can explore components in our documentation website.
- 80+ components for your design
- 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 (coming soon)
- Google Chrome, Mozilla Firefox, Opera, Microsoft Edge
- Safari (two last versions)
This repository is a single development point for all library components. Each component is a separate package located in the @semcore
namespace.
You can add our components to your project using any package manager.
The library supports two delivery systems:
- Package system where each individual component is a separate package
- Release system where all components are combined in a single package
We recommend that you use the release system, since it's more convenient and it reduces the risk of bundle bloat due to package duplicates. With the release system, you can also install component packages separately if you need to.
Components are installed in a single package.
Example:
npm i @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 by which we create our components, and it contains all of the common logic of the components that is discussed below. There should only be one version of the package in the project.
All changes, including changes by the project participants, must go through a code review. We do that in pull requests on GitHub. Learn more about contributing ›
Thanks to all contributors, you are so awesome and that won't be possible without you! ❤️
- Roman Lysov
- Michael Sereniti
- Julia Mnizhek
- Elena Krasnopolskaia
- Ruslan Gaiazov
- Elena Khaas
- Tatana Iliukhina
- and many other from Semrush team
Great job, colleague :) You can always open an issue in the repository. We'll be glad to help!