BranchPicker

A branch selector button showing a git-branch icon, monospace branch name, and dropdown arrow.

Import

import { BranchPicker } from "@gumtree/ui/forge/BranchPicker";

Props

PropTypeDefaultDescription
branch*string-Current branch name
hrefstring-Optional link URL

Examples

Default

A branch picker showing the current branch.

main
<BranchPicker branch="main" />

Feature Branch

Showing a longer feature branch name.

fix/locale-fallback
<BranchPicker branch="fix/locale-fallback" />