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
Currently the className for USAState paths is fixed as ${props.state} state and I would like to be able to pass in additional classes for each state. I imagine this would look something like: <USAMap customize={{ "CO": { class: "active" }, "NJ": { class: "active" }} />. My specific use case is being able to adjust stroke on states, but adjustable classes seems like a good way to make all style adjustable.
The text was updated successfully, but these errors were encountered:
Currently the className for USAState paths is fixed as
${props.state} state
and I would like to be able to pass in additional classes for each state. I imagine this would look something like:<USAMap customize={{ "CO": { class: "active" }, "NJ": { class: "active" }} />
. My specific use case is being able to adjust stroke on states, but adjustable classes seems like a good way to make all style adjustable.The text was updated successfully, but these errors were encountered: