Skip to content

feat: support multiple classes in prefixCls prop - #189

Open
benkeen wants to merge 1 commit into
react-component:masterfrom
benkeen:master
Open

feat: support multiple classes in prefixCls prop#189
benkeen wants to merge 1 commit into
react-component:masterfrom
benkeen:master

Conversation

@benkeen

@benkeenbenkeen commented Jul 15, 2019

Copy link
Copy Markdown

This is to solve this issue: #188

It allows users to enter multiple prefixCls values. For backward compatibility, users just enter the multiple classes with spaces in that prop value (prefixCls="one two").

Demo here: https://benkeen.github.io/input-number/examples/multiple-classes.html

If you'd like me to rewrite any of this or take a different approach, just let me know.

@benkeenbenkeen changed the title Support multiple classes in prefixCls propfeat: support multiple classes in prefixCls propJul 16, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@benkeen