-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updateAnchor option for <Tabs /> component (#1070)
* feat: option to update anchor for tab components * refactor: sort deps order * fix: use value props from child instead of index * fix: apply toValue on map key after truthy check * refactor: deconstruct children from props * refactor: use ref and context suggested by fuma-nama * fix: useMemo for valueToIdMap * style: rename ValueChangeContext to TabsContext * docs: usage for <Tabs /> updateAnchor * fix: useMemo for context value * style: format with prettier * chore: added changesets
- Loading branch information
Showing
3 changed files
with
81 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'fumadocs-ui': minor | ||
--- | ||
|
||
added the updateAnchor option for the Tabs ui component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters