Boundary Web UI Kit
Getting Started
Install
npm i boundary-web-ui-kit
Import global stylesheet
import "boundary-web-ui-kit/src/scss/global.scss";
Import components
import { Button } from "boundary-web-ui-kit";
Add component to UI
<Button variant="primary">Continue</Button>