From fb68e586dd92aa413aa19951dc3b93dbfe8f0c93 Mon Sep 17 00:00:00 2001 From: hara-kazunari Date: Fri, 6 Oct 2023 16:32:37 +0900 Subject: [PATCH] docs(spindle-ui): add TextButton disabled style --- .../src/TextButton/TextButton.stories.mdx | 105 ++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/packages/spindle-ui/src/TextButton/TextButton.stories.mdx b/packages/spindle-ui/src/TextButton/TextButton.stories.mdx index c1d9618ac..82b76947f 100644 --- a/packages/spindle-ui/src/TextButton/TextButton.stories.mdx +++ b/packages/spindle-ui/src/TextButton/TextButton.stories.mdx @@ -43,6 +43,27 @@ import { ChevronRightBold, CameraFill, PencilAdd } from '../Icon'; `} /> +## Normal Disabled + + + + もっと見る + + + +もっと見る + `} +/> + +もっと見る + `} +/> + ## Normal With Icon @@ -64,6 +85,27 @@ import { ChevronRightBold, CameraFill, PencilAdd } from '../Icon'; `} /> +## Normal With Icon Disabled + + + + + + + +} iconPosition="start" disabled>ブログを書く + `} +/> + +...ブログを書く + `} +/> + ## Subtle @@ -85,6 +127,27 @@ import { ChevronRightBold, CameraFill, PencilAdd } from '../Icon'; `} /> +## Subtle Disabled + + + + もっと見る + + + +もっと見る + `} +/> + +もっと見る + `} +/> + ## Subtle With Icon @@ -106,6 +169,27 @@ import { ChevronRightBold, CameraFill, PencilAdd } from '../Icon'; `} /> +## Subtle With Icon Disabled + + + + + + + +} iconPosition="end" disabled>もっと見る + `} +/> + +...もっと見る + `} +/> + ## Underline Patterns テキストのアンダーラインは以下のルールで表示されます。 @@ -135,6 +219,27 @@ import { ChevronRightBold, CameraFill, PencilAdd } from '../Icon'; `} /> +## Underline Hover Disabled + + + + もっと見る + + + +もっと見る + `} +/> + +もっと見る + `} +/> + ## スタイルの上書き `TextButton`を利用する際には、ますデフォルト定義されているスタイルで要件を満たせないか検討してください。ただし、`TextButton`は様々な箇所での利用が想定されるため、以下のようにスタイルを上書きして利用できます。