Intergalactic is a constantly developing design system of React component, guidelines and UX patterns for buiding 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 you using 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 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.
All changes, including changes by the project members, must go through a code review. We use pull requests on GitHub for this purpose. 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!