Skip to content

Commit 0ec8f58

Browse files
authored
Add horizontal rules before example sections (#1772)
1 parent 6165202 commit 0ec8f58

File tree

18 files changed

+36
-0
lines changed

18 files changed

+36
-0
lines changed

src/components/AccountConnection/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ Connect to app
111111

112112
<!-- end -->
113113

114+
---
115+
114116
## Examples
115117

116118
### Default account connection

src/components/ActionList/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Each item in an action list should be scannable avoiding unnecessary words and a
7676

7777
<!-- end -->
7878

79+
---
80+
7981
## Examples
8082

8183
### Action list in a popover

src/components/AppProvider/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ App provider is a required component that enables sharing global settings throug
2828

2929
The app provider component is required to use Polaris. Without it, the components in your application will not function correctly. You must wrap the root (the top) of your application in the app provider component. We’ve created [several examples to show how that’s done](https://github.com/Shopify/polaris/blob/master/examples/README.md).
3030

31+
---
32+
3133
## Examples
3234

3335
### Default

src/components/Avatar/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ image:
4747
- `alt="Business’s name"` if the avatar represents a business
4848
- `alt=""` if the name of the person/business appears next to the avatar as text
4949

50+
---
51+
5052
## Examples
5153

5254
### Default avatar

src/components/Badge/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Don’t use alternatives to existing badge options. Only create a new badge opti
6868

6969
<!-- end -->
7070

71+
---
72+
7173
## Examples
7274

7375
### Default badge

src/components/Banner/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ including packaging.
251251

252252
<!-- end -->
253253

254+
---
255+
254256
## Examples
255257

256258
### Default banners

src/components/Button/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Add a menu item
9393

9494
<!-- end -->
9595

96+
---
97+
9698
## Examples
9799

98100
### Basic button

src/components/ButtonGroup/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Button groups should:
4545
Follow the [content guidelines](/components/actions/button#content-guidelines)
4646
outlined in the button component.
4747

48+
---
49+
4850
## Examples
4951

5052
### Default button group

src/components/CalloutCard/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ Add a menu item
167167

168168
<!-- end -->
169169

170+
---
171+
170172
## Examples
171173

172174
### Default callout card

src/components/Caption/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Captions are primarily used in [data visualizations](/visuals/data-visualization
5353

5454
<!-- end -->
5555

56+
---
57+
5658
## Examples
5759

5860
### Default caption

0 commit comments

Comments
 (0)