From 159b57a9e6b35e3c420c4e0ed1b92a06ac75505b Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 18 Apr 2020 20:04:28 +0200 Subject: [PATCH 1/2] Add PatternFly-webcomponents demo --- patternfly/index.html | 21 +++++++++++++++++++++ patternfly/package.json | 14 ++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 patternfly/index.html create mode 100644 patternfly/package.json diff --git a/patternfly/index.html b/patternfly/index.html new file mode 100644 index 0000000..6f5c051 --- /dev/null +++ b/patternfly/index.html @@ -0,0 +1,21 @@ + + + PatternFly webcomponents example + + + + + + + + + + + +

Alert

+ +Success Alert message. + + + + diff --git a/patternfly/package.json b/patternfly/package.json new file mode 100644 index 0000000..e15ca89 --- /dev/null +++ b/patternfly/package.json @@ -0,0 +1,14 @@ +{ + "name": "patternfly-webcomponents-demo", + "version": "0.0.1", + "description": "PatternFly webcomponents demo", + "main": "index.js", + "scripts": { + "run": "python3 -m http.server -b localhost" + }, + "author": "Martin Pitt", + "license": "ISC", + "dependencies": { + "patternfly-webcomponents": "^0.3.0" + } +} -- 2.39.2 From c5a5065a3c8e260beb5e7da293c1ae5a65e026f3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 31 Aug 2022 22:04:48 +0200 Subject: [PATCH 2/2] Add PatternFly Elements CDN demo --- patternfly-cdn.html | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 patternfly-cdn.html diff --git a/patternfly-cdn.html b/patternfly-cdn.html new file mode 100644 index 0000000..0af4993 --- /dev/null +++ b/patternfly-cdn.html @@ -0,0 +1,50 @@ + + + + PatternFly Elements CDN example + + + + + + + + + + +

PatternFly Elements CDN example

+ + + + + + + + + + + + + -- 2.39.2