pucoui 1.0.1 β 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +79 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# πͺ Pucoui
|
|
2
|
+
|
|
3
|
+
A lightweight CSS styleguide library to build consistent and modern UIs with utilities and components.
|
|
4
|
+
Minimal, flexible, and easy to integrate into any project.
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## π¦ Installation
|
|
11
|
+
|
|
12
|
+
pucoui is available through [npm](https://www.npmjs.com/package/pucoui)
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
npm install pucoui
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## π Usage
|
|
21
|
+
|
|
22
|
+
π Full documentation is available at [pucoui docs](https://pucodev.github.io/pucoui/).
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## β¨ Features
|
|
27
|
+
|
|
28
|
+
- π¨ Modern utility-first approach.
|
|
29
|
+
- π Responsive grid system.
|
|
30
|
+
- π§© Prebuilt UI components.
|
|
31
|
+
- β‘ No dependencies, lightweight.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## πΈ Showcase
|
|
36
|
+
|
|
37
|
+
Discover how the community is using **pucoui** in their projects:
|
|
38
|
+
|
|
39
|
+
- [Your project](https://github.com/pucodev/pucoui/issues/1)
|
|
40
|
+
|
|
41
|
+
### Want to share your project?
|
|
42
|
+
|
|
43
|
+
Weβd love to see how youβre using pucoui! π
|
|
44
|
+
|
|
45
|
+
π Leave a comment in our pinned [Showcase Issue](https://github.com/pucodev/pucoui/issues/1) with:
|
|
46
|
+
|
|
47
|
+
- π A link to your project (GitHub repo, website, or app)
|
|
48
|
+
- π A short description of your project
|
|
49
|
+
|
|
50
|
+
Your project will be featured directly in this README β¨
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## π€ Support This Project
|
|
55
|
+
|
|
56
|
+
This project is open-source and free to use.
|
|
57
|
+
If you like it, you can support its development in different ways:
|
|
58
|
+
|
|
59
|
+
### β Contribute
|
|
60
|
+
|
|
61
|
+
- Give a **star** β
|
|
62
|
+
- Share your web and tag the project!
|
|
63
|
+
|
|
64
|
+
### β Buy Me a Coffee
|
|
65
|
+
|
|
66
|
+
Help me keep building new features and maintaining this tool:
|
|
67
|
+
|
|
68
|
+
[](https://buymeacoffee.com/pucodev)
|
|
69
|
+
|
|
70
|
+
### π€ Use & Share
|
|
71
|
+
|
|
72
|
+
- Use pucoui in your personal or commercial projects.
|
|
73
|
+
- [Leave a comment](https://github.com/pucodev/pucoui/issues/1) if youβre using it β weβll be happy to showcase your project in the README.
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## π License
|
|
78
|
+
|
|
79
|
+
This project is licensed under the **MIT License**.
|