FAQ
Accordion FAQ sections, Q&A blocks
Expandable FAQ items with animated icons and numbering
GooseUI is an open-source library of React components built on top of shadcn/ui. Components are copied into your project, giving you full control over the code.
Use shadcn CLI: npx shadcn@latest add @gooseui/button. The component will be added to the components/ui folder of your project.
Yes, completely. Components use Tailwind CSS and CSS variables. You can change any styles since the code is in your project.
React, TypeScript, Tailwind CSS, Radix UI for accessibility, and CSS variables for theming. All modern and well-maintained.
Yes, GooseUI is completely free and open source. Use it in personal and commercial projects without restrictions.
Yes, GooseUI is built on the same architecture as shadcn/ui. You can use components from both libraries in one project.