Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Added example images back in, lost them in a merge :(
Browse files Browse the repository at this point in the history
  • Loading branch information
nkohari committed Feb 5, 2018
1 parent 48cbfdf commit 74be81b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
File renamed without changes
File renamed without changes
4 changes: 4 additions & 0 deletions src/components/atoms/overlay/overlay.md
Expand Up @@ -5,3 +5,7 @@ cases a <code>Dialog</code> might be more appropriate.
```jsx
<Overlay>Hello from Cosmos!</Overlay>
```

Here's an example <code>Overlay</code>:

![overlay example](/docs/overlay.png)
4 changes: 4 additions & 0 deletions src/components/molecules/dialog/dialog.md
Expand Up @@ -13,3 +13,7 @@ titlebar, close button, and a footer.
Are you sure?
</Dialog>
```
Here's an example <code>Dialog</code>:
![dialog example](/docs/dialog.png)

0 comments on commit 74be81b

Please sign in to comment.