Skip to content

Commit 55d1f9d

Browse files
authored
Merge pull request #287 from ember-learn/remove-page-header
remove EsPageHeader
2 parents 88c6a68 + 1f80bf7 commit 55d1f9d

File tree

6 files changed

+0
-79
lines changed

6 files changed

+0
-79
lines changed

addon/components/es-page-header.js

-5
This file was deleted.

addon/styles/addon.css

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@
2222
@import 'components/es-card.css';
2323
@import 'components/es-footer.css';
2424
@import 'components/es-header.css';
25-
@import 'components/es-page-header.css';

addon/styles/components/es-page-header.css

-2
This file was deleted.

addon/templates/components/es-page-header.hbs

-11
This file was deleted.

docs/components/page-header.md

-38
This file was deleted.

docs/concepts/background-shapes.md

-22
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,6 @@ There is an alternative "background boxes" shape that you can use with `bg-shape
5050
</div>
5151
```
5252

53-
If you are using the [PageHeader component](/components/page-header/) then you will automatically have `bg-shape-boxes-bottom` set and it will automatically continue into the next dom node:
54-
55-
```html
56-
<EsPageHeader
57-
@headline="Demo for background shapes"
58-
@detail="This section is using boxes-bottom and continues in the the next section"
59-
class="bg-dark"
60-
>
61-
<EsButton>Go</EsButton>
62-
</EsPageHeader>
63-
<div class="layout">
64-
<div class="lg:col-4 lg:start-2 text-center py-5">
65-
<h1>Build with the teams that never stop shipping.</h1>
66-
<p>
67-
Some of the best development teams in the world have been iterating on their products for
68-
years with Ember. With scalable UI architecture baked-in from the start, you’ll be working
69-
with the same patterns these organizations use every step of the way.
70-
</p>
71-
</div>
72-
</div>
73-
```
74-
7553
## Swipes
7654

7755
The other type of background shape is a "swipe" that can either be a swipe across the top of the section using `bg-shape-swipe-top` or a rectangle from the bottom of the section using `bg-shape-swipe-bottom`.

0 commit comments

Comments
 (0)