@kurrent-ui/components
Base web components for the Kurrent design system.
Install
Add to your project
yarn add @kurrent-ui/components Also, include the peer dependencies:
yarn add @kurrent-ui/router @kurrent-ui/utils Usage within a stencil project
In your globalScript file, add an import:
import '@kurrent-ui/components'; Then you can use the element anywhere in your JSX, html, templates etc.