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
Fix hooks for columns within the nav modal so that a hook can select a specific section without needing to use .nav-colum:nth-child(1) or something equivalent.
Improve documentation
Include in README
Include in gh-pages dummy app
Add i18n support (by allowing consumers to pass in strings that will be rendered in DOM)
The text was updated successfully, but these errors were encountered:
Feel free to modify, or add suggestions to the current list
@sglanzer @job13er
kebab-case
hooks tocamelCase
, leaving-
to delimit sub-componentshookQualifiers
for indices, instead of appending-${index}
to the hook. And maybe include the name of the category as well..nav-colum:nth-child(1)
or something equivalent.i18n
support (by allowing consumers to pass in strings that will be rendered in DOM)The text was updated successfully, but these errors were encountered: