Cursor Studio shell + style picker
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
| State | Story |
|---|---|
| Default — System selected | cursor-style-picker-default |
| Arrow selected | cursor-style-picker-arrow-selected |
| All disabled | cursor-style-picker-disabled |
| Cursor Studio shell | cursor-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() /> } }