From 5e97f55d28a7d4759f3ef6f23174195f0a979563 Mon Sep 17 00:00:00 2001 From: Limboer Date: Mon, 23 Jun 2025 14:46:16 +0800 Subject: [PATCH 1/2] docs: add resource section to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 50c0d29..cd19276 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [Contributing](#contributing) - [About](#about) - [Credits and license](#credits-and-license) +- [Resources](#resources) ## Quick-start @@ -85,6 +86,22 @@ Feel free to use it for wireframes, web apps, blogs, or whatever else you can th If you are new to Git or SCSS, this would be a great project to get your feet wet with. I'd be happy to help walk you through the pull request process. +## Resources + +Components: + +- [react-papercss-design](https://hacker0limbo.github.io/react-papercss-design/en-US) a React component library based on PaperCSS +- [Spaper](https://oli8.github.io/spaper/) PaperCSS components for Svelte +- [vue-papercss](https://github.com/papercss/vue-papercss) A vue-plugin for the less formal CSS framework +- [RailsPapercss](https://github.com/papercss/rails_papercss_gem) Rails gem for Papercss framework +- [react-native-paper-css](https://github.com/papercss/react-native-paper-css) PaperCSS for react-native +- [React PaperCSS](https://papercss.github.io/React-Paper-CSS-Page/) Another react component library implementation for PaperCSS + +Icons: + +- [handdrawn.css](https://fxaeberhard.github.io/handdrawn.css/) Another hand-drawn css library with rich icons included +- [hand-drawn-icons](https://github.com/nikhilol/hand-drawn-icons) Icon pack with a hand-drawn style + ## Credits and license Code and documentation under [ISC license](https://github.com/papercss/papercss/blob/master/license). From 17c6d24b3438f5ef12dec0ade6ed6fad81134685 Mon Sep 17 00:00:00 2001 From: Limboer Date: Mon, 23 Jun 2025 14:52:47 +0800 Subject: [PATCH 2/2] docs: adjust resources section on TOC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd19276..fa8d5f1 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ - [Customizing](#customizing) - [Contributing](#contributing) - [About](#about) -- [Credits and license](#credits-and-license) - [Resources](#resources) +- [Credits and license](#credits-and-license) ## Quick-start