Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature-Request: Replace "capitalize" by css-class #7

Open
thebarty opened this issue Nov 22, 2015 · 0 comments
Open

Feature-Request: Replace "capitalize" by css-class #7

thebarty opened this issue Nov 22, 2015 · 0 comments

Comments

@thebarty
Copy link

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:

    if (!Router.routes[path].options.noCaps)
      title = title && title.capitalize();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant