@chaos_team/blbui-svelte
v0.0.28
Published
Svelte 5 bindings for the Chaos industrial admin component library.
Readme
@chaos_team/blbui-svelte
Svelte 5 bindings and Custom Element registration for @chaos_team/blbui-core.
<script lang="ts">
import { registerAdminElements } from '@chaos_team/blbui-svelte'
import { AdminButton } from '@chaos_team/blbui-svelte/components'
import '@chaos_team/blbui-core/styles.css'
registerAdminElements()
</script>
<AdminButton variant="primary">Deploy New</AdminButton>