An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Gooey

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).