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
chore: Rename @react-stately/* to @react-stately-nutrient/* (#10)
* chore: Rename @react-stately/* to @react-stately-nutrient/*
* chore: Update yarn.lock to reflect package renaming from @react-stately-nutrient/* to @react-stately/*
State is managed by the <TypeLinklinks={statelyDocs.links}type={statelyDocs.exports.useAutocompleteState} /> hook from `@react-stately/autocomplete`.
59
+
State is managed by the <TypeLinklinks={statelyDocs.links}type={statelyDocs.exports.useAutocompleteState} /> hook from `@react-stately-nutrient/autocomplete`.
60
60
The state object should be passed as an option to `useAutocomplete`.
State is managed by the <TypeLinklinks={statelyDocs.links}type={statelyDocs.exports.useCalendarState} /> hook from `@react-stately/calendar`. The state object should be passed as an option to `useCalendar`, `useCalendarGrid`, and `useCalendarCell`.
88
+
State is managed by the <TypeLinklinks={statelyDocs.links}type={statelyDocs.exports.useCalendarState} /> hook from `@react-stately-nutrient/calendar`. The state object should be passed as an option to `useCalendar`, `useCalendarGrid`, and `useCalendarCell`.
89
89
90
90
Note that much of this anatomy is shared with [range calendars](useRangeCalendar.html). The only difference is that `useCalendarState` is used instead of `useRangeCalendarState`, and `useCalendar` is used instead of `useRangeCalendar`.
91
91
@@ -104,7 +104,7 @@ A `Calendar` consists of three components: the main calendar wrapper element wit
104
104
For simplicity, this example only displays a single month at a time. See the [styled examples](#styled-examples) section for more examples with multiple months, as well as other time ranges like weeks.
0 commit comments