Skip to content

Commit 9c560cc

Browse files
feat: update basic usage for button
1 parent 6def189 commit 9c560cc

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

apps/demo/src/Views/Ui/components/Button/Button.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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}

apps/demo/src/locales/en/ui.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"usage": {
3737
"basic": "Basic",
3838
"variant": "Variant",
39-
"severity": "Severity",
4039
"size": "Size",
4140
"outlined": "Outlined",
4241
"icons": "Icons",

apps/demo/src/locales/fr/ui.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
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)",

0 commit comments

Comments
 (0)