From 388e687857345c85ee550cd5da472675e05a6ff5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 26 Sep 2023 18:43:11 +0200 Subject: refactor(components): rewrite Button and ButtonLink components Both: * move styles to Sass placeholders Button: * add `isPressed` prop to Button * add `isLoading` prop to Button (to differentiate state from disabled) ButtonLink: * replace `external` prop with `isExternal` prop * replace `href` prop with `to` prop --- src/styles/abstracts/_placeholders.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles/abstracts/_placeholders.scss') diff --git a/src/styles/abstracts/_placeholders.scss b/src/styles/abstracts/_placeholders.scss index 18b1c03..7729e84 100644 --- a/src/styles/abstracts/_placeholders.scss +++ b/src/styles/abstracts/_placeholders.scss @@ -1,4 +1,5 @@ @forward "./placeholders/animations"; +@forward "./placeholders/buttons"; @forward "./placeholders/clearfix"; @forward "./placeholders/layout"; @forward "./placeholders/list"; -- cgit v1.2.3