Skip to content

Commit

Permalink
chore(modals): Fixs HTML documentation to show example code
Browse files Browse the repository at this point in the history
[Finishes #102430012]

Signed-off-by: Kenny Wang <kwang@pivotal.io>
  • Loading branch information
d-reinhold authored and Kenny Wang committed Sep 1, 2015
1 parent 80e0873 commit 804ddbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pivotal-ui/components/modals/modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ npm install pui-css-modals --save
Modals bring desired content to the foreground and de-emphasize the rest of the page.
```html_example
<!-- Button trigger modal -->
<button class="btn btn-default" data-toggle="modal" data-target="#myModal">
Launch modal
Expand All @@ -76,6 +77,7 @@ Modals bring desired content to the foreground and de-emphasize the rest of the
</div>
</div>
</div>
```
*/

Expand Down

0 comments on commit 804ddbe

Please sign in to comment.