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 support

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

Scroll Area RTL support

Scroll Area supports RTL (right-to-left) mode. To enable RTL support in shadcn/ui, refer to the RTL configuration guide at /docs/rtl.

Typography components support RTL

Typography styles support RTL (right-to-left) rendering. To enable RTL support in shadcn/ui, refer to the RTL configuration guide at /docs/rtl.

Enable RTL in carousel

To enable RTL support in carousel, set the `dir` prop and the `direction` option in the `opts` prop to match the text direction. The `direction` option accepts "ltr" or "rtl". You may also want to rotate the navigation buttons using the `rtl:rotate-180` class.

Carousel RTL example

```tsx <Carousel dir={dir} opts={{ direction: dir, }} > <CarouselContent> <CarouselItem>...</CarouselItem> <CarouselItem>...</CarouselItem> <CarouselItem>...</CarouselItem> </CarouselContent> <CarouselPrevious className="rtl:rotate-180" /> <CarouselNext className="rtl:rotate-180" /> </Carousel> ```

Give your agent this brain