asijah-web-components
v1.0.142
Published
This is an implementation of the elreg design system in web components.
Readme
asijah-web-components
This is an implementation of the elreg design system in web components.
How to use the components.
The project can be used directly from npm.
Install the package by:
npm install asijah-web-componentsInstall openbridge-css:
npm install openbridge-cssInclude the package in you javascript code (vue/react/angular)
import "elreg-web-components";Include the openbridge css in your project
openbridge-css/dist/css/openbridge.cssSet 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>`
