Closed nichoth closed 2 years ago
Add a static method, Tonic.getTagName, that will convert a camel-case class name to a kebab case tag name. This is used in tonic already, but was in a private method, _splitName. This is related to #91 .
Tonic.getTagName
_splitName
Where would you document this in the docs website?
Add a static method,
Tonic.getTagName
, that will convert a camel-case class name to a kebab case tag name. This is used in tonic already, but was in a private method,_splitName
. This is related to #91 .