Skip to content

Commit b3b9ec6

Browse files
authored
Update README.md
1 parent 9156f1e commit b3b9ec6

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,9 @@
1515

1616
The package contains a set of Free Custom Elements based on the popular Boostrap library.
1717

18-
<!--
19-
```
20-
<custom-element-demo>
21-
<template>
22-
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
23-
<script src="../smart-core/source/smart.core.js"></script>
24-
<script type="text/javascript" src="../src/bootstrap-elements.js"></script>
25-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
26-
<next-code-block></next-code-block>
27-
</template>
28-
</custom-element-demo>
29-
```
30-
-->
18+
[Demo ↗](https://www.htmlelements.com/demos/bootstrap/)
19+
20+
3121
```html
3222
<h2>Bootstrap Buttons</h2><br/>
3323
<bootstrap-button style-mode="primary">Primary</bootstrap-button>

0 commit comments

Comments
 (0)