Skip to content

feat(component): add <ToggleAndPattern />, <ToggleOrPattern /> components #2

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

Merged
merged 2 commits into from
May 19, 2016

Conversation

azu
Copy link
Collaborator

@azu azu commented May 19, 2016

These component provide "and", "or" matching mechanism.
<TogglePattern /> is still OR matching.

…mponents

These component provide "and", "or" matching mechanism.
`<TogglePattern />` is still or matching.
@@ -38,7 +34,7 @@ export class TogglePattern extends React.Component {
if (components.length === 1) {
return components[0];
}
return <div className="TogglePattern">
return <div className="ToggleAndPattern">
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

" TogglePattern ToggleAndPattern" is better

@azu azu merged commit 2637259 into master May 19, 2016
@azu azu deleted the and-pr branch May 19, 2016 13:34
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

Successfully merging this pull request may close these issues.

1 participant