diff --git a/docs/framework-integration/react.md b/docs/framework-integration/react.md index 282cd21442..f65080847e 100644 --- a/docs/framework-integration/react.md +++ b/docs/framework-integration/react.md @@ -43,7 +43,7 @@ tags: Once again, if we were building this app locally, we’d install our dependencies from npm using yarn. ```bash - yarn add @patternfly/pfe-card @patternfly/pfe-cta + yarn add @patternfly/pfe-card@next @patternfly/pfe-cta@next ``` But if you’re using CodeSandbox, just search for "@patternfly/pfe-card" and "@patternfly/pfe-cta". @@ -101,7 +101,7 @@ tags: If we were building this app locally, we’d install our dependencies from npm using yarn. ```bash - yarn add @patternfly/pfe-accordion + yarn add @patternfly/pfe-accordion@next ``` If you’re using CodeSandbox, just search for “@patternfly/pfe-accordion”. @@ -372,7 +372,7 @@ tags: we’d install our dependencies from npm using yarn. ```bash - yarn add @patternfly/pfe-styles + yarn add @patternfly/pfe-styles@next ``` If you’re using CodeSandbox, search for “@patternfly/pfe-styles”. diff --git a/docs/framework-integration/vue.md b/docs/framework-integration/vue.md index 5baf3f7843..b2294c5d58 100644 --- a/docs/framework-integration/vue.md +++ b/docs/framework-integration/vue.md @@ -41,7 +41,7 @@ tags: Once again, if we were building this app locally, we’d install our dependencies from npm. ```bash - npm install --save @patternfly/pfe-card @patternfly/pfe-cta + npm install --save @patternfly/pfe-card@next @patternfly/pfe-cta@next ``` But if you’re using CodeSandbox, just search for “@patternfly/pfe-card” and “@patternfly/pfe-cta”. diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 8fd566724d..a833216017 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -16,8 +16,8 @@ title: Get started you’d like as a dependency of your project like this: ```shell - npm install --save @patternfly/pfe-card - npm install --save @patternfly/pfe-cta + npm install --save @patternfly/pfe-card@next + npm install --save @patternfly/pfe-cta@next ``` This will install not only the pfe-card and pfe-cta, but also the core utilities and styles, @@ -35,8 +35,8 @@ title: Get started In this example, we load the [card](/components/card/) and [cta](/components/cta/) modules from [`https://unpkg.com`](https://unpkg.com). ```html - - + + ``` @@ -185,7 +185,7 @@ title: Get started PatternFly Elements - Avoiding the FOUC - + - + diff --git a/docs/index.md b/docs/index.md index f28a4cbbac..0268067f50 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,9 +49,9 @@ templateEngineOverride: njk,md ```html + src="https://unpkg.com/@patternfly/pfe-card@next?module"> + src="https://unpkg.com/@patternfly/pfe-cta@next?module">

Card component

@@ -89,7 +89,7 @@ templateEngineOverride: njk,md
```shell -npm install @patternfly/pfe-accordion +npm install @patternfly/pfe-accordion@next ``` ```jsx diff --git a/docs/quick-start/index.md b/docs/quick-start/index.md index 16dac04952..2833b67473 100644 --- a/docs/quick-start/index.md +++ b/docs/quick-start/index.md @@ -23,8 +23,8 @@ The template below utilizes [UNPKG](https://unpkg.com/) to deliver PatternFly El PatternFly Elements - Quick start - - + +