Start building
your app now

Start building
your app now

A component library optimized for fast development, easy maintenance, and accessibility. Just import and go—no configuration required.

import "@bridge8/themes/styles.css";
import { Theme, Button } from "@bridge8/themes";
export default () => (
<Theme>
<Button>Hey 👋</Button>
</Theme>
)