File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
src/components/FeaturedContent Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,19 @@ import { changelogData } from "./featuredContentChangelogData";
3
3
import ComponentChangelogTable from " ../../utils/ComponentChangelogTable" ;
4
4
import * as FeaturedContentStories from " ./FeaturedContent.stories" ;
5
5
import Link from " ../Link/Link" ;
6
+ import ComponentDocsHeader from " ../../utils/components/ComponentDocsHeader" ;
6
7
7
8
<Meta of = { FeaturedContentStories } />
8
9
9
- # Featured Content
10
+ <ComponentDocsHeader
11
+ category = " Basic Element"
12
+ componentName = " FeaturedContent"
13
+ summary = " A full-width container that visually emphasizes an image and text block"
14
+ versionAdded = " 2.1.0"
15
+ versionLatest = " Prerelease"
16
+ />
10
17
11
- | Component Version | DS Version |
12
- | ----------------- | ------------ |
13
- | Added | ` 2.1.0 ` |
14
- | Latest | ` Prerelease ` |
18
+ <Canvas of = { FeaturedContentStories .WithControls } />
15
19
16
20
## Table of Contents
17
21
@@ -25,13 +29,13 @@ import Link from "../Link/Link";
25
29
26
30
## Overview
27
31
32
+ <Description of = { FeaturedContentStories } />
33
+
28
34
The ` FeaturedContent ` component provides a method to visually emphasize a text
29
35
block with an image, within a full page layout.
30
36
31
37
## Component Props
32
38
33
- <Canvas of = { FeaturedContentStories .WithControls } />
34
-
35
39
` FeaturedContent ` composes a Chakra ` Box ` component, so you may pass
36
40
any Chakra ` Box ` props, as well as the props below.
37
41
You can’t perform that action at this time.
0 commit comments