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