Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaoluoboding/stunning-ui
💚 Stunning UI is a collection of interactive Tailwind CSS components built for Vue and Nuxt.
https://github.com/xiaoluoboding/stunning-ui
magic-ui nuxt shadcn-ui tailwindcss vue vue3
Last synced: 1 day ago
JSON representation
💚 Stunning UI is a collection of interactive Tailwind CSS components built for Vue and Nuxt.
- Host: GitHub
- URL: https://github.com/xiaoluoboding/stunning-ui
- Owner: xiaoluoboding
- License: mit
- Created: 2024-05-10T09:04:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:20:58.000Z (22 days ago)
- Last Synced: 2024-11-06T20:03:10.570Z (8 days ago)
- Topics: magic-ui, nuxt, shadcn-ui, tailwindcss, vue, vue3
- Language: Vue
- Homepage: https://stunningui.design
- Size: 69.7 MB
- Stars: 162
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Stunning UI
> Create Stunning Websites That Stand Out. Stunning UI is a collection of interactive Tailwind CSS components built for Vue and Nuxt.
## Preview
![](./public/preview.png)
## Features
- Components - 30+ free open-source components that you can copy and paste into your next project.
- Blocks - Segmented and customizable blocks for creating various types of website pages.
- Templates - Pre-made, ready to use templates for startups and small businesses.## Setup
### Installation
Make sure to install the dependencies
```bash
pnpm install
```### Development
Start the development server on http://localhost:6636
```bash
pnpm dev
```### Production
Build the application for production:
```bash
pnpm build
```## Tech Stack
- GSAP - For animations
- Vue 3 - For the framework
- Nuxt 3 - For the framework
- Tailwind CSS - For the styles
- Shadcn Vue - For the UI
- VueUse - For the utilities
- Vite - For the build## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) and please follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
## License
MIT [@xiaoluoboding](https://github.com/xiaoluoboding)