Skip to content

Commit

Permalink
add manual selection to clm image example
Browse files Browse the repository at this point in the history
  • Loading branch information
yofreke committed Sep 15, 2016
1 parent 62945f0 commit 298a9ea
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 343 deletions.
255 changes: 0 additions & 255 deletions examples/clm_image.html

This file was deleted.

8 changes: 8 additions & 0 deletions examples/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ class App extends React.Component {
<div className='example-wrapper'>
{example}
</div>

<a href='https://github.com/auduno/clmtrackr'>
<img
style={{ position: 'absolute', top: 0, right: 0, border: 0 }}
src='https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png'
alt='Fork me on GitHub'
/>
</a>
</div>
);
}
Expand Down
Loading

0 comments on commit 298a9ea

Please sign in to comment.