php artisan aura:add reading-spine
Copies the component source into resources/views/components/aura/. Run php artisan aura:init first if you haven't already. See the CLI guide for all options.
composer require bluestarsystem/aura-ui
php artisan aura:install
Full installation instructions in the Installation guide.
Pro Component — This component requires an Aura UI Pro license.
Overview
<x-aura::reading-spine> holds the bookmark, the minimap and anything else that should
stay in view.
Basic Usage
<x-aura::reading-spine>
<x-aura::reading-bookmark size="sm" />
<x-aura::reading-minimap :items="$headings" />
</x-aura::reading-spine>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label |
string|null |
null |
Defaults to the translated "Reading tools". |
position |
string |
'left' |
left or right. |
Accessibility
- A named
<aside>, so it is a complementary landmark that can be reached or skipped deliberately — rather than a floating div a screen-reader user meets in the middle of a paragraph.