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
How about putting the capitalize feature into an css-class to make it styleable?
I am using this package within a german project and this capitalized words kind of look unprofessionel.
It would be better to have this build-in as an css text-transform: capitalize; in order to make it stylable.
This is the code:
if (!Router.routes[path].options.noCaps)
title = title && title.capitalize();
The text was updated successfully, but these errors were encountered:
Hi guys,
what a handy package!! 👍
How about putting the capitalize feature into an css-class to make it styleable?
I am using this package within a german project and this capitalized words kind of look unprofessionel.
It would be better to have this build-in as an css
text-transform: capitalize;
in order to make it stylable.This is the code:
The text was updated successfully, but these errors were encountered: