rokle

Personality

20
40
70
15

Active brand: Meridian

Adjust sliders to see every component on the page respond in real time.

Carousel

Scrollable item carousel with previous/next navigation controls and optional auto-play.

Examples

Basic slides

Manual slide navigation with previous / next buttons.

With navigation dots

Dot indicators show current position in the slide deck.

With arrows

Icon arrow buttons overlaid on the slide for a polished look.

Autoplay indicator

A progress bar visualises time remaining before auto-advancing.

Installation

pnpm add @rokle/components @rokle/tokens

Installs with the default Rokle brand. Generate a custom brand on rokle.app to use your own colours and personality.

Usage

import { Carousel } from "@rokle/components";
import { Carousel } from "@rokle/components";

export function Example() {
  return <Carousel />;
}

API Reference

PropTypeDefaultDescription
itemsReactNode[]-Slide content nodes.
autoPlaybooleanfalseAutomatically advance slides.
loopbooleanfalseWrap around from last slide to first.