-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
In general the transferProps
function is useful for better accesibility while safely keeping the component code short and manageable.
It would be useful to export it so it can be used inside component libraries based on RUI.
I propose:
- Move the
transferProps.js
tosrc/utils
and export it (likeclassNames
) - Create a new documentation page with examples in the
Helpers > JS Helpers
section (likeclassNames
) - Change the
Forwarding HTML Attributes
section in each componentsREADME.md
to link to the new page. This would allow us to also remove examples as they would be provided on the dedicated page.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done