USACE / groundwork

React Components for USACE Applications
https://usace.github.io/groundwork
4 stars 0 forks source link

Scrub gw-* prefix from code examples #25

Closed jbkolze closed 2 months ago

jbkolze commented 2 months ago

Most code examples for components include the gw- prefix in className strings, but in practice the gw- prefix would never be used by / exposed to a user.

Need to scrub all gw-* prefixes from className strings in code examples.