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 · all subjects

rtl & accessibility

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

Alert RTL support

To enable RTL support in shadcn/ui for the Alert component, refer to the RTL configuration guide at /docs/rtl.

ButtonGroup keyboard navigation

Use Tab key to navigate between the buttons in a ButtonGroup.

ButtonGroup aria-label usage

Use `aria-label` or `aria-labelledby` attributes to label the button group for accessibility: ```tsx <ButtonGroup aria-label="Button group"> <Button>Button 1</Button> <Button>Button 2</Button> </ButtonGroup> ```

ButtonGroup role attribute for accessibility

The ButtonGroup component has the `role` attribute set to `group` for accessibility.

ButtonGroup RTL support

To enable RTL (right-to-left) support in shadcn/ui ButtonGroup, see the RTL configuration guide at `/docs/rtl`.

Button RTL support

To enable RTL support for the Button component, see the RTL configuration guide at /docs/rtl.

Checkbox RTL support

To enable RTL (right-to-left) support in shadcn/ui checkboxes, see the RTL configuration guide at /docs/rtl.

Give your agent this brain