new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

shadcn/ui · Components · all subjects

toggle-group/usage

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Toggle Group basic example with type single

Example of a toggle group with type="single" containing three items: <ToggleGroup type="single"> <ToggleGroupItem value="a">A</ToggleGroupItem> <ToggleGroupItem value="b">B</ToggleGroupItem> <ToggleGroupItem value="c">C</ToggleGroupItem> </ToggleGroup>

Toggle Group import statement

Import Toggle Group components using: import { ToggleGroup, ToggleGroupItem } from "@/components/ui/toggle-group"

Toggle Group basic usage example

Basic Toggle Group example with single selection type: <ToggleGroup type="single"> <ToggleGroupItem value="a">A</ToggleGroupItem> <ToggleGroupItem value="b">B</ToggleGroupItem> <ToggleGroupItem value="c">C</ToggleGroupItem> </ToggleGroup>

Give your agent this brain