Corvu

screenshot of Corvu
solid

Unstyled, accessible and customizable UI primitives for SolidJS

Overview

Corvu is a collection of open-source UI primitives designed specifically for SolidJS. It offers unstyled and accessible primitives with a high level of customizability. The developers have also focused on providing a delightful developer experience, comprehensive documentation, and support for server-side rendering (SSR).

Features

  • Unstyled Primitives: Corvu provides UI primitives that are unstyled, allowing developers full customization flexibility.
  • Accessible Primitives: The UI components in Corvu are designed with accessibility in mind, ensuring that they can be used by all users, including those with disabilities.
  • High Customizability: Developers can easily customize the UI primitives to fit the specific design requirements of their projects.
  • Delightful Developer Experience: Corvu aims to make the development process enjoyable and efficient for developers using SolidJS.
  • Comprehensive Documentation: The project offers clear and detailed documentation to help developers understand and use the UI primitives effectively.
  • SSR Support: Corvu comes with support for server-side rendering, making it suitable for applications that require SSR capabilities.
solid
Solid

SolidJS is a declarative JavaScript library for building user interfaces, offering a reactive programming model for efficient updates. It stands out for its reactivity system that minimizes unnecessary re-renders and its small bundle size, making it a performant choice for developing lightweight and reactive web applications.