]> piware.de Git - webcomponents.git/blob - patternfly/index.html
Add PatternFly Elements CDN demo
[webcomponents.git] / patternfly / index.html
1 <html>
2 <head>
3     <title>PatternFly webcomponents example</title>
4     <meta charset="utf-8">
5
6     <link rel="stylesheet" href="node_modules/patternfly/dist/css/patternfly.min.css">
7     <link rel="stylesheet" href="node_modules/patternfly-webcomponents/dist/css/patternfly-webcomponents.css">
8
9     <script src="//rawgit.com/webcomponents/custom-elements/master/src/native-shim.js"></script>
10     <script src="node_modules/patternfly-webcomponents/dist/js/pf-alert.js"></script>
11 </head>
12
13 <body>
14
15 <h1>Alert</h1>
16
17 <pf-alert type="success">Success Alert message.</pf-alert>
18
19
20 </body>
21 </html>