@zywave/zui-picker
Version:
## Installation
28 lines (27 loc) • 1 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ZUI Web Component Skeleton" />
<title>zui-picker CEM Demo</title>
<script src="https://cdn.zywave.com/@zywave/customelement-manifest-element@latest/index.bundle.js" type="module"></script>
<link rel="stylesheet" href="../../../../node_modules/@zywave/zui-base-styles/dist/zui-base-styles.css" />
<style>
body {
margin: 2rem;
}
@media (min-width: 56.25rem){
/* 900px */
body {
margin: 2rem auto;
width: 52%; /* approx width to CEM in Booster API tab */
}
}
</style>
</head>
<body>
<customelement-manifest-element src="../dist/custom-elements.json" initialelementname="zui-picker"></customelement-manifest-element>
</body>
</html>