File tree Expand file tree Collapse file tree
Views/Ui/components/Button Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,13 +116,6 @@ export const ButtonDemo = () => {
116116 </ Section >
117117
118118 < Section title = { t ( "button.usage.basic" ) } >
119- < Basic />
120- < CodeBlock
121- exampleCode = { Basic ( { isString : true } ) as string }
122- > </ CodeBlock >
123- </ Section >
124-
125- < Section title = { t ( "button.usage.severity" ) } >
126119 < Severity />
127120 < CodeBlock
128121 exampleCode = { Severity ( { isString : true } ) as string }
Original file line number Diff line number Diff line change 3636 "usage" : {
3737 "basic" : " Basic" ,
3838 "variant" : " Variant" ,
39- "severity" : " Severity" ,
4039 "size" : " Size" ,
4140 "outlined" : " Outlined" ,
4241 "icons" : " Icons" ,
Original file line number Diff line number Diff line change 3636 "usage" : {
3737 "basic" : " Basic (fr)" ,
3838 "variant" : " Variant (fr)" ,
39- "severity" : " Severity (fr)" ,
4039 "size" : " Size (fr)" ,
4140 "outlined" : " Outlined (fr)" ,
4241 "icons" : " Icons (fr)" ,
You can’t perform that action at this time.
0 commit comments