Skip to content

Commit

Permalink
docs: add codesandbox link (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelin authored May 15, 2019
1 parent 49d71af commit 7c3c453
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/playground/webapp/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@ body {
transition: all 0.5s ease-out;
}

.coding-button {
width: 20.75rem;
background: #fff;
color: #242424;
margin-right: 0.7rem;
}

.coding-button:hover {
background-color: #dbdbdb;
border-color: #dbdbdb;
transition: all 0.5s ease-out;
}

.secondary-button {
width: 11.44rem;
background: transparent;
Expand Down
5 changes: 4 additions & 1 deletion packages/playground/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ <h2>Test the UI5 Web Components</h2>
<ui5-datepicker></ui5-datepicker>
</xmp></pre>
</div>
<a href="./playground/" target="_blank" class="custom-button main-button">Get Started</a>
<a href="./playground/" target="_blank" class="custom-button coding-button">Get Started</a>
<a href="https://codesandbox.io/s/71r1x5o51q?fontsize=14&module=%2Findex.html"target="_blank" class="custom-button coding-button">
Start coding in your browser (CodeSandbox)
</a>
</div>
</section>

Expand Down

0 comments on commit 7c3c453

Please sign in to comment.