This component is part of the Intergalactic Design System
npm install intergalactic
import Button from 'intergalactic/button';
Alternative installation and use
We do not recommend this usage path due to possible dependency and update issues.
You can only install one package from the design system
npm install @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.
You can use the package the same way but without /ui/
in the import path.
import Button from '@semcore/button';
UI-kit team and others ❤️
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
This project is MIT licensed.