diff --git a/README.md b/README.md index 0c515bc..7b1298c 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Minimalist templates to discover Pico in action:
Pico v2 examples -- **[Preview](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-html?file=%2Findex.html)** +- **[Preview](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-html)** A pure HTML example, without package manager or JavaScript. -- **[React](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-react)** - A minimalist React example with Pico CSS +- **[React Class-less login](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-react)** + A minimal, class-less login page in React, with a custom primary color.
--- diff --git a/v2-react/README.md b/v2-react/README.md index 02f9a18..d2b0449 100644 --- a/v2-react/README.md +++ b/v2-react/README.md @@ -2,11 +2,11 @@ -# Preview +# React Class-less login | Pico version | Tech stack | | ----- | ----- | | 2 | React | -A minimalist React example with Pico CSS +A minimal, class-less login page in React, with a custom primary color. [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-react) diff --git a/v2-react/public/index.html b/v2-react/public/index.html index dbed7ec..31b54d8 100644 --- a/v2-react/public/index.html +++ b/v2-react/public/index.html @@ -3,6 +3,7 @@ + A minimalist React example • Pico CSS