Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Cursor Studio shell + style picker

Linear: AUT-140

The bottom style strip in Cursor Studio (System / Arrow / Soft / Dot / Ring / Reticle / Tactile / Hide) plus the structural shell that wires the preview slot + inspector slot + picker together.

States

StateStory
Default — System selectedcursor-style-picker-default
Arrow selectedcursor-style-picker-arrow-selected
All disabledcursor-style-picker-disabled
Cursor Studio shellcursor-studio-shell

API

#![allow(unused)]
fn main() {
use ui_storybook::components::cursor::{CursorStudioShell, CursorStyle, CursorStylePicker};
use ui_storybook::fixtures::cursor::{sample_cursor_studio_shell, sample_cursor_style_picker};

view! { <CursorStudioShell view=sample_cursor_studio_shell() /> }
}

Selected is a single CursorStyle

The parent passes the selected style and the picker renders the matching tile in the inverted (white) selected treatment. Individual tiles can also be disabled (the Tactile tile ships disabled by default until the cursor backend implements it).