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
| Prop | Type | Default | Description |
|---|---|---|---|
branch* | string | - | Current branch name |
href | string | - | 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" />