From 7055b599439f0145ef8bb3e169295c9fc3728b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=88ren=20Wrede?= Date: Wed, 10 Apr 2019 09:07:12 +0200 Subject: [PATCH] Add props to the docs --- packages/components/src/button/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/components/src/button/README.md b/packages/components/src/button/README.md index 53b857f00c434..57c618246d656 100644 --- a/packages/components/src/button/README.md +++ b/packages/components/src/button/README.md @@ -127,6 +127,8 @@ Name | Type | Default | Description `href` | `string` | `undefined` | If provided, renders `a` instead of `button`. `isDefault` | `bool` | `false` | Renders a default button style. `isPrimary` | `bool` | `false` | Renders a primary button style. +`isTertiary` | `bool` | `false` | Renders a text-based button style. +`isDestructive` | `bool` | `false` | Renders a red text-based button style to indicate destructive behavior. `isLarge` | `bool` | `false` | Increases the size of the button. `isSmall` | `bool` | `false` | Decreases the size of the button. `isToggled` | `bool` | `false` | Renders a toggled button style.