We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a445cb commit 706aad7Copy full SHA for 706aad7
1 file changed
docs/app/Examples/elements/Button/Content/ButtonConditionalsExample.js
@@ -5,9 +5,9 @@ export default class ButtonButtonsExample extends Component {
5
render() {
6
return (
7
<Buttons>
8
- <Button>One</Button>
9
- <Button>Two</Button>
10
- <Button>Three</Button>
+ <Button>Cancel</Button>
+ <div className='or' />
+ <Button className='positive'>Save</Button>
11
</Buttons>
12
);
13
}
0 commit comments