We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7c1ab commit 67425a1Copy full SHA for 67425a1
client/common/Button.tsx
@@ -174,7 +174,10 @@ const StyledInlineButton = styled.button`
174
`;
175
176
/**
177
- * A Button performs an primary action
+ * Renders a component with a button appearance, but which is:
178
+ * - External anchor link if passed a `href`
179
+ * - Internal React Router link if passed a `to`
180
+ * - Default: Native Button
181
*/
182
export const Button = ({
183
children = null,
0 commit comments