]> piware.de Git - webcomponents.git/blobdiff - patternfly/index.html
Add PatternFly-webcomponents demo
[webcomponents.git] / patternfly / index.html
diff --git a/patternfly/index.html b/patternfly/index.html
new file mode 100644 (file)
index 0000000..6f5c051
--- /dev/null
@@ -0,0 +1,21 @@
+<html>
+<head>
+    <title>PatternFly webcomponents example</title>
+    <meta charset="utf-8">
+
+    <link rel="stylesheet" href="node_modules/patternfly/dist/css/patternfly.min.css">
+    <link rel="stylesheet" href="node_modules/patternfly-webcomponents/dist/css/patternfly-webcomponents.css">
+
+    <script src="//rawgit.com/webcomponents/custom-elements/master/src/native-shim.js"></script>
+    <script src="node_modules/patternfly-webcomponents/dist/js/pf-alert.js"></script>
+</head>
+
+<body>
+
+<h1>Alert</h1>
+
+<pf-alert type="success">Success Alert message.</pf-alert>
+
+
+</body>
+</html>