gwan-design-system 0.1.1 โ†’ 0.1.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.
Files changed (2) hide show
  1. package/README.md +79 -23
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,39 +1,79 @@
1
- This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
1
+ # ๐ŸŒˆ Gwan Design System โ€“ The Ultimate UI Library for Next.js โšก
2
2
 
3
- ## Getting Started
3
+ ![npm](https://img.shields.io/npm/v/gwan-design-system.svg)
4
+ ![License](https://img.shields.io/github/license/gwanfonseka/gwan-design-system)
5
+ ![CI](https://img.shields.io/github/actions/workflow/status/gwanfonseka/gwan-design-system/publish.yml?branch=main)
4
6
 
5
- First, run the development server:
7
+ > ๐Ÿงช Reusable, composable, and beautifully crafted UI components built with ๐Ÿ’š Next.js โ€” supercharge your apps in minutes!
6
8
 
7
- ```bash
8
- npm run dev
9
- # or
10
- yarn dev
11
- # or
12
- pnpm dev
13
- # or
14
- bun dev
15
- ```
9
+ ---
10
+
11
+ ## ๐Ÿ“ฆ What is Gwan Design System?
16
12
 
17
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
13
+ **Gwan Design System** is a plug-and-play React component library tailored specifically for **Next.js** projects. Whether you're building a SaaS dashboard, marketing site, or internal tool โ€” we've got you covered.
18
14
 
19
- You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
15
+ - โšก Built with Next.js App Router
16
+ - ๐ŸŽจ Pre-styled, customizable components
17
+ - ๐Ÿงฑ Fully typed with TypeScript
18
+ - ๐Ÿ’… Styled with Tailwind CSS
19
+ - ๐Ÿงช Accessible and production-ready
20
20
 
21
- This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
21
+ ## ๐Ÿš€ Getting Started
22
22
 
23
- ## Learn More
23
+ ### ๐Ÿ“ฅ Installation
24
24
 
25
- To learn more about Next.js, take a look at the following resources:
25
+ Install via npm: ```npm install gwan-design-system```
26
26
 
27
- - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28
- - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
27
+ or with Yarn: ```yarn add gwan-design-system```
29
28
 
30
- You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
29
+ ### ๐Ÿงฐ Usage
31
30
 
32
- ## Deploy on Vercel
31
+ Import any component and use it right away!
33
32
 
34
- The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
33
+ ```
34
+ "use client";
35
+
36
+ import { Button, Card, Modal } from "gwan-design-system";
37
+
38
+ export default function HomePage() {
39
+ return (
40
+ <main className="p-10">
41
+ <h1 className="text-2xl font-bold mb-6">๐Ÿ‘‹ Welcome to Gwan UI</h1>
42
+ <Card>
43
+ <h2 className="text-xl">Reusable UI</h2>
44
+ <p>Start using ready-made components!</p>
45
+ <Button onClick={() => alert("๐ŸŽ‰ Clicked!")}>Click Me</Button>
46
+ </Card>
47
+ </main>
48
+ );
49
+ }
50
+ ```
51
+ ### ๐Ÿงฑ Components
52
+
53
+ - ๐Ÿ”˜ Buttons
54
+ - ๐ŸŸฃ Modals
55
+ - ๐Ÿงพ Tables
56
+ - โœ… Checkboxes
57
+ - โ˜‘๏ธ Radio Buttons
58
+ - ๐Ÿ“ฅ File Uploaders
59
+ - ๐Ÿ“ฆ Cards
60
+ - ๐ŸŽ› Dropdowns
61
+ - ๐Ÿ“Š Pagination
62
+ - ๐Ÿ“Ž Tags
63
+ - ๐Ÿง  States (Empty, Error, Loading, etc.)
64
+ - ๐Ÿ”” Snackbars
65
+ - โœจ Tooltips
66
+ - ๐Ÿงญ Navigation Bars
67
+ - ...and more!
68
+ > Want to see all available components? Visit ๐Ÿ‘‰ [gwan-design-system](https://gwan-design-system.vercel.app) official website.
69
+
70
+ ### ๐Ÿ›  Customization
71
+
72
+ All components are styled using Tailwind CSS. You can easily override styles using your own Tailwind theme or utility classes.
35
73
 
36
- Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
74
+ ```
75
+ <Button className="bg-purple-600 hover:bg-purple-700 text-white" />
76
+ ```
37
77
 
38
78
  ## ๐Ÿค Contributing
39
79
 
@@ -52,3 +92,19 @@ Fork this repository
52
92
  - Open a pull request with a clear description
53
93
 
54
94
  Thanks for helping improve the project! ๐Ÿ™Œ
95
+
96
+ ## โœจ Show Some Love
97
+
98
+ If you like this library:
99
+
100
+ - โญ Star this repo on GitHub
101
+ - ๐Ÿง‘โ€๐Ÿ’ป Use it in your projects
102
+ - ๐Ÿ› Submit bugs or improvements
103
+ - ๐Ÿฅณ Share with the community
104
+
105
+ ## ๐Ÿ“ฆ Coming Soon
106
+
107
+ - ๐Ÿ”Œ Dark mode support
108
+ - ๐ŸŽจ Theming system
109
+ - ๐Ÿ“š Storybook documentation
110
+ - ๐Ÿงฉ Component playground
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gwan-design-system",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "build": "next build",