@vbarbarosh/ui-helpers
v0.5.1
Published
A set of ready components for fast prototyping.
Readme
A set of ready components for fast prototyping.
Usage
<script src="https://unpkg.com/@vbarbarosh/[email protected]/src/static/js/bundle.js"></script>
<script>
vue_component('app', {
template: `<div>Hello</div>`,
});
</script>Related
- https://blog.jonudell.net/2025/07/18/introducing-xmlui/
