You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -103,6 +104,10 @@ buttons using the <Keyboard>Space</Keyboard> or <Keyboard>Enter</Keyboard> keys.
103
104
If a visual label is not provided (e.g. an icon only button), then an `aria-label` or
104
105
`aria-labelledby` prop must be passed to identify the button to assistive technology.
105
106
107
+
## Examples
108
+
109
+
<ExampleListtag="button" />
110
+
106
111
## Starter kits
107
112
108
113
To help kick-start your project, we offer starter kits that include example implementations of all React Aria components with various styling solutions. All components are fully styled, including support for dark mode, high contrast mode, and all UI states. Each starter comes with a pre-configured [Storybook](https://storybook.js.org/) that you can experiment with, or use as a starting point for your own component library.
0 commit comments