system-props / system-props

Responsive, theme-based style props for building design systems with React. Written in TypeScript.

Home Page:https://system-props.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessible aria-props?

httpete opened this issue · comments

Is there an easy way to tap into all of the aria- props from system-props?

Can you elaborate a bit more? Can you use some code snippets to explain what you want to happen?

So I am adding a <div role="listbox"> or <div aria-selected="true"> and you get so used to adding props it just feels natural to want to leverage system-props.

I'm still not sure what you are requesting. System Props doesn't have a say about HTML attributes. You can still build a component with system props and other valid HTML attributes.

So we can get on the same page, let's try this:

  1. What did you do?
  2. What did you expect to happen?
  3. What actually happened?

You are correct I opened this with the wrong question. Sorry.