@locka/components
v0.3.0
Published
Web component library for locka.com
Readme
Locka Web Components
Extend Lockas platform with better interaction models for embed.
Mobile Embed
This webcomponent will expand to fit its parent container but if the container is to small, it will use a custom implemented dialog to take over the full screen.
<html>
<head>
<!-- Loads lockas minimal web components so you can use them in your code -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@locka/components@latest/+esm"></script>
</head>
<locka-mobile-embed src="https://embed.locka.com/demo/demo/image"></locka-mobile-embed>
</html>