File tree Expand file tree Collapse file tree
docs/app/Examples/elements/Button/Content Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample' ;
33import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection' ;
4+ import { Message } from 'stardust' ;
45
56export default class ButtonStatesExamples extends Component {
67 render ( ) {
@@ -10,7 +11,12 @@ export default class ButtonStatesExamples extends Component {
1011 title = 'Conditionals'
1112 description = 'Button groups can contain conditionals'
1213 examplePath = 'elements/Button/Content/ButtonConditionalsExample'
13- />
14+ >
15+ < Message className = 'warning' >
16+ Or buttons can have their text localized, or adjusted by using the data-text attribute.
17+ If the size of the conditional changes you will need to adjust @orCircleSize.
18+ </ Message >
19+ </ ComponentExample >
1420 </ ExampleSection >
1521 ) ;
1622 }
You can’t perform that action at this time.
0 commit comments