Review "RestProps" spread method for arbitrary attributes #2703
Labels
enhancement
New feature or request
feature request
Request a feature or introduce and update to the project.
Milestone
Describe the feature in detail (code, mocks, or screenshots encouraged)
@ryceg has suggested we implement a spread prop that allows for overflow attributes to be appended to the root element in each component. Imagine something like this:
Svelte
React
Use Case
Appending ARIA attributes to the root element, for example:
What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
We'll need to verify that this works as expected between both Svelte and React.
Potential Gotchas
foo
is a prop, not an attribute)class
attribute over the baseclasses
conventionrest
props. These are for users ONLY.The text was updated successfully, but these errors were encountered: