File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- ## ` <MyComponentName> `
1+ # MyComponentName
2+
3+ ## Overview
24
35Describe your new component or updates here.
46
5- ### Usage
7+ Include a screenshot, video, or GIF of the component.
8+
9+ ## Usage
610
7- Please add a usage example, as well as any other pertinent details, here .
11+ Please add a usage example, as well as any other pertinent details.
812
913``` mdx
1014<MyComponentName aProp = " some value" >
1115 Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eaque omnis iure accusantium totam quisquam nemo.
1216</MyComponentName >
1317```
18+
19+ ## Props
20+ If your component uses any props, list and describe them.
21+
22+ | Prop | Type | Description |
23+ | -------------- | ------ | --------------------------------------------|
24+ | ` aProp ` | string | What the prop does. |
You can’t perform that action at this time.
0 commit comments