This component no longer exists. It was in Pure UI’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
button-group-separator-demo
pure-ui/button-group-separator-demoRemovedExample
Pure UI publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/MusKRI/pure-ui/main/public/r/button-group-separator-demo.jsonSource
1import { Button } from "@/registry/pure-ui/ui/button";2import {3 ButtonGroup,4 ButtonGroupSeparator,5} from "@/registry/pure-ui/ui/button-group";67export function ButtonGroupSeparatorDemo() {8 return (9 <ButtonGroup>10 <Button variant="secondary" size="sm">11 Copy12 </Button>13 <ButtonGroupSeparator orientation="vertical" />14 <Button variant="secondary" size="sm">15 Paste16 </Button>17 </ButtonGroup>18 );19}
What it pulls in
Other registry items
