File tree Expand file tree Collapse file tree
docs/app/Examples/elements/Button/Groups Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ export default class ButtonButtonsExample extends Component {
55 render ( ) {
66 return (
77 < Buttons >
8- < Button class = 'primary' > One</ Button >
9- < Button class = 'primary' > Two</ Button >
10- < Button class = 'primary' > Three</ Button >
8+ < Button > One</ Button >
9+ < Button > Two</ Button >
10+ < Button > Three</ Button >
1111 </ Buttons >
1212 ) ;
1313 }
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ export default class ButtonIconButtonsExample extends Component {
55 render ( ) {
66 return (
77 < Buttons >
8- < Button class = 'primary' > One</ Button >
9- < Button class = 'primary' > Two</ Button >
10- < Button class = 'primary' > Three</ Button >
8+ < Button className = 'icon' >
9+ < i className = 'save icon' />
10+ </ Button >
11+ < Button className = 'icon' >
12+ < i className = 'delete icon' />
13+ </ Button >
14+ < Button className = 'icon' >
15+ < i className = 'edit icon' />
16+ </ Button >
1117 </ Buttons >
1218 ) ;
1319 }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
1919/**
2020 * Render a ReactElement and use helpful test utility methods against it.
2121 * @param {ReactElement } reactElement The element to render.
22- * @returns {RenderedTree }
22+ * @returns {RenderedTree } The return
2323 */
2424class RenderedTree {
2525 constructor ( reactElement ) {
You can’t perform that action at this time.
0 commit comments