Skip to content

Commit

Permalink
Merge pull request #42 from vpicone/next-prev
Browse files Browse the repository at this point in the history
feat: add next-previous component
  • Loading branch information
alisonjoseph authored May 10, 2019
2 parents ac2b9e6 + bf9bd6a commit 5cda979
Show file tree
Hide file tree
Showing 22 changed files with 259 additions and 332 deletions.
18 changes: 8 additions & 10 deletions packages/example/src/data/nav-items.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
- title: Component examples
- title: Components
pages:
- title: Markdown
path: /component-examples/markdown
path: /components/markdown
- title: Demo
path: /component-examples/demo
path: /components/demo
- title: DoDontExample
path: /component-examples/DoDontExample
path: /components/DoDontExample
- title: Caption
path: /component-examples/Caption
path: /components/Caption
- title: Aside
path: /component-examples/Aside
path: /components/Aside
- title: ResourceCard
path: /component-examples/ResourceCard
path: /components/ResourceCard
- title: ArticleCard
path: /component-examples/ArticleCard
# - title: ImageComponent
# path: /component-examples/ImageComponent
path: /components/ArticleCard
- title: Contributing
pages:
- title: Agreement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
opacity: 0;
transition: opacity $duration--fast-01 $carbon--standard-easing;
position: absolute;
left: -0.75rem;
top: 0px;
left: -$spacing-06;
top: 0;
&:hover,
&:active {
opacity: 1;
Expand Down
Loading

1 comment on commit 5cda979

@vercel
Copy link

@vercel vercel bot commented on 5cda979 May 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.