Skip to content

Commit

Permalink
feat: Pico v2 class-less example
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslarroche committed Jan 14, 2024
1 parent 70a6e62 commit 2faadb2
Show file tree
Hide file tree
Showing 7 changed files with 620 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ Minimalist templates to discover Pico in action:
<summary><strong>Pico v2 examples</strong></summary>

- **[Preview](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-html)**
A pure HTML example, without package manager or JavaScript.
A pure HTML example, without dependencies.

- **[Class-less preview](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-html-classless)**
A class-less example, without dependencies.

- **[React Class-less login](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-react-classless-login)**
A minimal, class-less login page in React, with a custom primary color.
A minimal, class-less login page in React, with a custom primary color.
</details>

---
Expand Down
12 changes: 12 additions & 0 deletions v2-html-classless/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<a href="https://picocss.com/">
<img src="https://picocss.com/img/logo.svg" width="64" height="64">
</a>

# Class-less preview
| Pico version | Tech stack |
| ----- | ----- |
| 2 | HTML |

A class-less example, without dependencies.

[![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/picocss/examples/tree/master/v2-html-classless)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2faadb2

Please sign in to comment.