@chaos_team/blbui-vue
v0.0.28
Published
Vue 3 bindings for the Chaos industrial admin component library.
Readme
@chaos_team/blbui-vue
Vue 3 bindings for @chaos_team/blbui-core.
<script setup lang="ts">
import { AdminButton, AdminPage } from "@chaos_team/blbui-vue";
</script>
<template>
<AdminPage title="Channels">
<AdminButton variant="primary">Deploy New</AdminButton>
</AdminPage>
</template>