Skip to content

Commit

Permalink
Merge branch 'main' into components-paging
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravtb2253 authored Oct 17, 2024
2 parents 200f9a6 + d32c238 commit 979a4f1
Show file tree
Hide file tree
Showing 16 changed files with 1,241 additions and 368 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "👋 Thank you @${{ github.actor }} for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!"
pr-message: " 🎉 Thank you @${{ github.actor }} for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better"
40 changes: 32 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# 🌟 GlassyUI-Components

**Live Demo:** [GlassyUI](https://glassyui.vercel.app)
### **Live Demo:** [GlassyUI](https://glassyui.vercel.app)

Welcome to **GlassyUI-Components**! This open-source library features stunning React components designed with a captivating glassmorphism effect, perfect for giving your web applications a modern and sleek design.

<table align="center">
<thead align="center">
<tr border: 2px;>
<td><b>🌟 Stars</b></td>
<td><b>🍴 Forks</b></td>
<td><b>🐛 Issues</b></td>
<td><b>🔔 Open PRs</b></td>
<td><b>🔕 Close PRs</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/Jaishree2310/GlassyUI-Components?style=flat&logo=github"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/Jaishree2310/GlassyUI-Components?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/Jaishree2310/GlassyUI-Components?style=flat&logo=github"/></td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/Jaishree2310/GlassyUI-Components?style=flat&logo=github"/></td>
<td><img alt="Close Pull Requests" src="https://img.shields.io/github/issues-pr-closed/Jaishree2310/GlassyUI-Components?style=flat&color=green&logo=github"/></td>
</tr>
</tbody>
</table>

## ✨ Features

- Glassmorphism-themed React components
Expand Down Expand Up @@ -106,15 +127,16 @@ function App() {
);
}
```

## 🚀 Future Enhancements / Roadmap

| Feature/Improvement | Description |
|------------------------------|-------------------------------------------------------------------------------------------------|
| 🎨 **Theme Customization** | Allow users to customize the glassmorphism effect with different colors and opacities. |
|**Accessibility Improvements** | Ensure all components are fully accessible to users with disabilities. |
|**Additional Components** | Introduce new components such as dropdowns, tooltips, and tabs. |
|**Performance Optimization** | Optimize the library for faster load times and better performance. |
| 📚 **Documentation Expansion** | Provide comprehensive guides and examples for each component to facilitate easier usage and contribution. |
| Feature/Improvement | Description |
| --------------------------------- | --------------------------------------------------------------------------------------------------------- |
| 🎨 **Theme Customization** | Allow users to customize the glassmorphism effect with different colors and opacities. |
|**Accessibility Improvements** | Ensure all components are fully accessible to users with disabilities. |
|**Additional Components** | Introduce new components such as dropdowns, tooltips, and tabs. |
|**Performance Optimization** | Optimize the library for faster load times and better performance. |
| 📚 **Documentation Expansion** | Provide comprehensive guides and examples for each component to facilitate easier usage and contribution. |

---

Expand Down Expand Up @@ -167,3 +189,5 @@ git push origin my-feature-branch
## ⭐ Give it a Star!

If you enjoy using GlassyUI-Components and find it helpful, **please give it a star**! Your support encourages further development and improvement.


Loading

0 comments on commit 979a4f1

Please sign in to comment.