diff --git a/apps/pink/src/pages/elements/button.mdx b/apps/pink/src/pages/elements/button.mdx index 1367a91a2f..2f6c64ef4b 100644 --- a/apps/pink/src/pages/elements/button.mdx +++ b/apps/pink/src/pages/elements/button.mdx @@ -58,6 +58,32 @@ There are two sizes of buttons; large and medium. Each size has its own purpose, +## Loading + +If you include the loader component inside a button, you can have a loading button. + +| class | | +| ------------ | -------------------------------------------------- | +| `is-loading` | Use to represent a loading state within the button | + + + + +