- Do I need to install anything?
- No. Every block is a standalone .astro file. Copy it into your project and it works immediately — no npm install, no config, no peer dependencies.
- Can I use blocks outside of Astro?
- Each block renders to plain HTML with Tailwind classes. Copy the rendered output and paste it into any framework or plain HTML project.
- Is BlockUI free?
- Completely free and open-source under the MIT license. Use it in personal and commercial projects without restriction.
- How do I customise a block?
- Every block uses plain Tailwind classes directly in the markup. Change colors, adjust spacing, restructure the HTML — it's yours to own.
- Are the blocks accessible?
- Yes. Semantic HTML, ARIA attributes, and keyboard navigation are included in every block from the start.