diff --git a/examples/accessible-tabs/README.md b/examples/accessible-tabs/README.md index 0a310c1..fcb9804 100644 --- a/examples/accessible-tabs/README.md +++ b/examples/accessible-tabs/README.md @@ -81,8 +81,9 @@ Tabs.initFromPreset(); ### Options -| name | type | default | description | -|--------------------|---------|------------------------|----------------------------------------------------------------------------| -| `auto` | boolean | `false` | Determines if you have to press Enter button on a tab to reveal the panel. | -| `tabListSelector` | string | `button[role="tab"]` | The selector of the tab list. | -| `tabPanelSelector` | string | `div[role="tabpanel"]` | The selector of the panel(s). | +| name | type | default | description | +|--------------------|----------|------------------------|----------------------------------------------------------------------------| +| `auto` | boolean | `false` | Determines if you have to press Enter button on a tab to reveal the panel. | +| `onTabChange` | Function | `() => {}` | Callback on tab change. | +| `tabListSelector` | string | `button[role="tab"]` | The selector of the tab list. | +| `tabPanelSelector` | string | `div[role="tabpanel"]` | The selector of the panel(s). | diff --git a/examples/accessible-tabs/index.html b/examples/accessible-tabs/index.html index 354102b..a94ab3d 100644 --- a/examples/accessible-tabs/index.html +++ b/examples/accessible-tabs/index.html @@ -81,6 +81,39 @@
Lay the pineapple flat and slice it. Remove the core from the slices. Reconstitute the pineapple by stacking the slices on top of each other. Then style the pineapple with its plume of sheets. Squeeze a lime and sprinkle the pineapple with the lemon juice to prevent the flesh from oxidizing.
+ +To remove pineapple eyes, you can use an effective but more difficult technique. The eyes form parallel and continuous spirals between them around the fruit. You can dig regular trenches with a knife, following these spirals. Remove the parts containing the eyes: the pineapple is sculpted with pretty parallel grooves.
+You can eat the whole pineapple (eyes removed), “to the bite” as is often done on the islands. Just cut the fruit into quarters. The quarter plumes then serve as an improvised “handle” to bite into the pineapple. According to taste, sprinkle it with grated coconut.
+Lay the pineapple flat and slice it. Remove the core from the slices. Reconstitute the pineapple by stacking the slices on top of each other. Then style the pineapple with its plume of sheets. Squeeze a lime and sprinkle the pineapple with the lemon juice to prevent the flesh from oxidizing.
+