https://github.com/codinglabsau/gooey
Vue frontend component library
https://github.com/codinglabsau/gooey
Last synced: 4 months ago
JSON representation
Vue frontend component library
- Host: GitHub
- URL: https://github.com/codinglabsau/gooey
- Owner: codinglabsau
- License: mit
- Created: 2024-08-18T04:29:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T05:41:14.000Z (4 months ago)
- Last Synced: 2026-02-09T10:36:08.142Z (4 months ago)
- Language: Vue
- Size: 5.43 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Gooey
A Vue 3 component library built on Tailwind CSS, Reka UI, and shadcn-vue.
## Documentation
Full documentation, installation guide, and component examples are available at:
**[codinglabsau.github.io/gooey](https://codinglabsau.github.io/gooey/)**
## Installation
```bash
npm install @codinglabsau/gooey
```
See the [installation guide](https://codinglabsau.github.io/gooey/installation) for full setup instructions including Tailwind CSS configuration.
## Features
- 60+ ready-to-use Vue 3 components
- Built on Reka UI (formerly Radix Vue) primitives
- Tailwind CSS v4 support
- Dark mode support
- TypeScript-first
- Accessible by default
## Development
```bash
# Install dependencies
npm install
# Run docs site locally
npm run dev
# Build library
npm run build
# Run tests
npm run test
```
## Changelog
See [CHANGELOG](CHANGELOG.md) for release history.
## Security
If you discover any security related issues, create an issue on GitHub.
## Credits
- [Steve Thomas](https://github.com/stevethomas)
- [All Contributors](../../contributors)
## License
MIT
## About Coding Labs
Coding Labs is a web app development agency based on the Gold Coast, Australia. See our open source projects [on our website](https://codinglabs.com.au/open-source).