skipper-web-components
v0.2.1
Published
This is an implementation of the skipper design system in web components.
Downloads
92
Readme
skipper-web-components
This is an implementation of the skipper design system in web components.
How to use the components.
The project can be used directly from npm.
Install the package by:
npm install skipper-web-components
Install openbridge-css:
npm install openbridge-css
Include the package in you javascript code (vue/react/angular)
import "skipper-web-components";
Include the openbridge css in your project
openbridge-css/dist/css/openbridge.css
Set the theme in the html tag, for instance
<html theme="day">
Use the components, e.g.,:
`<ob-sea-test-one-zone id="large-compas" [distance]="0" [legActive]="0" [completedCalibration]=false [speed]=25 [zoneDistance]="1.2" [tickOne]=false [tickTwo]=false></ob-sea-test-one-zone>`