@bambi-ui

Shared React component library for the Bambi monorepo.

Components

Component Description
Button Client-side button that triggers an alert with the app name.
Card Outbound link card with automatic UTM parameters.
Code Inline code block wrapper around the native <code> element.
ColorPicker Controlled color-picker with native dialog and hex text input.

Theming

Tool Description
Theme Builder Interactively customize all design tokens and export a ready-to-paste global.css snippet.

Installation

import { Button } from "@bambi-ui/button";
import { Card } from "@bambi-ui/card";
import { Code } from "@bambi-ui/code";
import { ColorPicker } from "@bambi-ui/color-picker";
import "@bambi-ui/theme/tokens.css";