@chaos_team/blbui-react
v0.0.28
Published
React bindings for the Chaos industrial admin component library.
Downloads
2,189
Readme
@chaos_team/blbui-react
Typed React bindings for @chaos_team/blbui-core.
import { AdminButton, AdminPage } from "@chaos_team/blbui-react";
<AdminPage title="Channels">
<AdminButton variant="primary">Deploy New</AdminButton>
</AdminPage>;Install the core package alongside this adapter:
bun add @chaos_team/blbui-react @chaos_team/blbui-core