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

Radix Primitives · all subjects

kbd

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

Kbd component basic usage

The Kbd component represents keyboard input or a hotkey. It is based on the `kbd` HTML element and can be used to display keyboard shortcuts like 'Shift + Tab'.

Kbd component props

The Kbd component supports common margin props and a `size` prop to control text size.

Kbd size prop values

The `size` prop accepts values from 1 through 9 to control the text size of the keyboard input display.

Kbd basic example

<Kbd>Shift + Tab</Kbd>

Kbd size example

<Flex direction="column" align="start" gap="3"> <Kbd size="1">Shift + Tab</Kbd> <Kbd size="2">Shift + Tab</Kbd> <Kbd size="3">Shift + Tab</Kbd> <Kbd size="4">Shift + Tab</Kbd> <Kbd size="5">Shift + Tab</Kbd> <Kbd size="6">Shift + Tab</Kbd> <Kbd size="7">Shift + Tab</Kbd> <Kbd size="8">Shift + Tab</Kbd> <Kbd size="9">Shift + Tab</Kbd> </Flex>

Give your agent this brain