diff --git a/src/App/ComponentsDocumentation/components/Card/index.js b/src/App/ComponentsDocumentation/components/Card/index.js index 7cd51b315e..5009282d1d 100644 --- a/src/App/ComponentsDocumentation/components/Card/index.js +++ b/src/App/ComponentsDocumentation/components/Card/index.js @@ -11,39 +11,69 @@ import CodeTags from "@components/CodeTags"; import { overviewCards } from "./constants"; const textArr = [ - "This is a lot of text", - "With some more text", - "And then even some more", - "Is it really possible to have this much text in one card?", - "Yes!", + "This is a lot of text", + "With some more text", + "And then even some more", + "Is it really possible to have this much text in one card?", + "Yes!", ]; const basename = process.env.basename; +const brand = process.env.brand; -const Overview = () => ( - <> -
- The card component should be used to direct to pages on our site and not - to external sites, in that case use{" "} - Links instead. -
-+ The card component should be used to direct to pages on our site and not + to external sites, in that case use{" "} + Links instead. +
+- Cards support a wide variety of content, including images, text, list - groups, links, and more. Make sure to restrain the width of your card - unless you wish for it to fill the wrapping component. -
-
- Use our grid along with cards to control their size and how they are
- displayed on different screen resolutions. Make sure to add{" "}
-
+ Cards support a wide variety of content, including images, text, list + groups, links, and more. Make sure to restrain the width of your card + unless you wish for it to fill the wrapping component. +
+
+ Use our grid along with cards to control their size and how they are
+ displayed on different screen resolutions. Make sure to add{" "}
+
- We offer three different card types;{" "}
-
+ We offer three different card types;{" "}
+
- The card component is a flexible container that groups and informs about - the content and action. The information presented should be concise, to - the point and easy to understand. -
-+ The card component is a flexible container that groups and informs about + the content and action. The information presented should be concise, to + the point and easy to understand. +
+