react-spectrum
Implement React Aria Components
#4171
Merged

Implement React Aria Components #4171

devongovett merged 125 commits into main from aria-component-docs
devongovett
devongovett Update more aria docs to reuse components
eaa096f9
devongovett Update useMenuTrigger example
66a4c1ca
devongovett Merge useMenu docs into useMenuTrigger
c517af2c
devongovett Update useListBox docs
2be31417
devongovett Add usage section to useSelect docs
b39a732c
devongovett Update useMeter and useProgressBar docs
3bd16735
devongovett Add usage section to useTooltipTrigger docs
9820297a
devongovett Add usage section for useButton and useToggleButton
d551253e
devongovett Usage for useCheckbox and useCheckboxGroup
6424483d
devongovett Usage section for useRadioGroup
78de20e3
devongovett useSwitch usage
ee7e2c81
devongovett Usage section for useTextField and useSearchField
c0449b14
devongovett Breadcrumbs
8498853f
devongovett Usage section for tabs
d8aaf274
devongovett Reuse Button in useDialog and useOverlayTrigger examples
690b23d0
devongovett Update useSlider docs
d20fd242
devongovett Merge useMenu and useMenuTrigger pages
0a2ac486
devongovett Proofread
36748e92
devongovett updates
690e35ee
devongovett Fix typos
707194fa
devongovett prototype
201a7bbb
devongovett Import react-aria-components package
a7abbf2d
devongovett Add collapsible sections to docs navigation
01ee92c6
devongovett new collection api
22331169
devongovett Fix keyboard navigation in sections
0fa75925
devongovett Updates
91760a4a
devongovett Use slots
90141ff0
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
a9c919f5
devongovett Fixes
b8860857
devongovett Track whether a visible label is given
0fd79820
devongovett Slider
241bab8f
devongovett Dialogs modals and tooltips
d5c01d3e
devongovett Expose states as dom attributes
a4c1f297
devongovett Sections
dd64a0e3
devongovett Slots for complex menu items
0e59c662
devongovett TS shenanigans
2fbd3b45
devongovett Convert separator
f22aece4
devongovett More states for calendar cells
b9cab4fc
devongovett wip
971cddb8
devongovett Playing with styling docs
13b2028a
devongovett Formalize slot callbacks
2f3f678e
devongovett Build docs
c2dc29e9
devongovett lint
6f59771d
devongovett ts
35cda5ea
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
7d5c82c1
devongovett cards
311b5167
devongovett More examples
5b6cb4c8
devongovett Make sections easier to style
76154817
devongovett Use id instead of key
77695f89
devongovett add props table for all components
be61a3dc
devongovett Improve styling
d7a5412e
devongovett Fix weird line in docs in Safari
b85265fe
devongovett Update reusable wrapper section
f2e6f6f3
devongovett fix dark mode
c6c4d6a9
devongovett bump dprint
c3600e9b
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
33f30d8b
devongovett Select docs
24301226
devongovett Docs for date picker
05d71f20
devongovett bump dprint-node
15114490
devongovett Fix stories
bb055b7b
devongovett stupid linter
ee818ef9
devongovett grr
d4188986
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
b55ef1c5
devongovett Slider
f8a5dd42
devongovett NumberField
cb88faae
devongovett Menu
3b737802
devongovett ListBox
5b49d6ac
devongovett Calendar and RangeCalendar
5a2100f8
devongovett TimeField
c5326926
devongovett Add default class names
3ed0bc4e
devongovett Button and ToggleButton
b465188b
devongovett Checkbox
f92f9e44
devongovett Switch
52727b28
devongovett RadioGroup
7f757454
devongovett CheckboxGroup
92fcf954
devongovett TextField
ffe51dc9
devongovett SearchField
04d2ff41
devongovett Tooltip docs
52006706
devongovett fix docs build
f60c35be
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
1ada5f1b
devongovett Fix tests
92266cd4
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
6899e7e5
devongovett Refactor popover and tooltip
c9259f00
devongovett Modal
eee9391a
devongovett Support entry and exit animations
07ae9d72
devongovett Dialog
7ab37585
devongovett Tabs
e9074bc8
devongovett Breadcrumbs
948ea686
devongovett Link
ccc4bb40
devongovett ProgressBar and Meter
9fcca3cb
devongovett Track index in collection
eed29b15
devongovett Proofread docs, add features sections, and help text
986c6525
devongovett GridList
8f7380d3
devongovett Add tests
cee46dbc
devongovett Export types
e5c5d1f8
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
4aa6cf9d
devongovett Fix lint
5f144d66
devongovett Be consistent about exporting contexts
bd5bd106
devongovett Make sure data attributes are supported in all components
2857f628
devongovett Ensure slot prop is supported in all components
0dca8f5c
devongovett Add copyright headers
4641902c
devongovett Implement windows high contrast mode in example CSS
f6920e3f
devongovett Add missing prop descriptions
473c6e05
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
94b389fb
devongovett Update overlays
14749dd2
devongovett wip: table
709d47ed
devongovett Fixes
d9a87541
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
4946b0ca
devongovett Table mostly working
f532ee0d
devongovett Fix
f65855d2
devongovett Support disabledBehavior in table
a6999b38
devongovett Table tests and fixes
652b1d8d
devongovett Merge branch 'aria-component-table' into aria-component-docs
aa4549d1
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
80bcfcc5
devongovett Make the Collection implementation immutable
dca54cf5
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
5ebe30b5
devongovett Improve styling of examples on mobile
6f343476
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
adb01982
devongovett Prepare docs for alpha
e040659f
devongovett Merge branch 'main' of github.com:adobe/react-spectrum into aria-comp…
e977280c
devongovett Testing fixes
36209d70
devongovett Be consistent about using react-aria selectors rather than element se…
621fdba0
rspbot
snowystinger
snowystinger commented on 2023-03-07
snowystinger
snowystinger commented on 2023-03-08
snowystinger
snowystinger dismissed these changes on 2023-03-10
snowystinger
snowystinger commented on 2023-03-10
devongovett
LFDanLu
LFDanLu commented on 2023-03-10
reidbarber
reidbarber commented on 2023-03-10
LFDanLu
LFDanLu commented on 2023-03-10
reidbarber
reidbarber commented on 2023-03-10
snowystinger
snowystinger commented on 2023-03-11
majornista
majornista dismissed these changes on 2023-03-13
ktabors
ktabors commented on 2023-03-14
devongovett Fix auto focus in menu
1e9d1c0d
devongovett Docs updates
b98748e1
devongovett devongovett dismissed their stale review via b98748e1 2 years ago
snowystinger
snowystinger approved these changes on 2023-03-14
reidbarber
reidbarber approved these changes on 2023-03-14
devongovett
snowystinger
rspbot
devongovett
devongovett Merge branch 'main' into aria-component-docs
1e232d07
devongovett devongovett dismissed their stale review 2 years ago
Fixed
rspbot
rspbot
devongovett devongovett merged 6dd8f018 into main 2 years ago
devongovett devongovett deleted the aria-component-docs branch 2 years ago
devongovett devongovett restored the head branch 2 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone