<div align="center">
  <a href="https://corvu.dev">
    <img src="https://corvu.dev/readme/corvu.png" width=1000 alt="corvu banner" />
  </a>
</div>
<br />
<div align="center">

[![NPM Version](https://img.shields.io/npm/v/corvu)](https://www.npmjs.com/package/corvu)
[![NPM Downloads](https://img.shields.io/npm/dm/corvu)](https://www.npmjs.com/package/corvu)
[![License](https://img.shields.io/github/license/corvudev/corvu)](https://github.com/corvudev/corvu/blob/main/LICENSE)

**[Documentation](https://corvu.dev/) • [Discussions](https://github.com/corvudev/corvu/discussions) • [Discord](https://discord.com/invite/solidjs)**
</div>

## About
corvu is a collection of open source UI primitives for SolidJS. It offers:

- 🫥 Unstyled,
- ♿ Accessible primitives
- 🪄 High customizability
- 🌟 Delightful developer experience
- 📝 A good documentation
- ✅ SSR Support

Read more at [corvu.dev](https://corvu.dev).

## Primitives

<table>
  <tr>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/accordion/">
        <img src="https://corvu.dev/primitives/accordion.jpg" alt="SolidJS Accordion">
        <p>Accordion</p>
      </a>
    </td>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/calendar/">
        <img src="https://corvu.dev/primitives/calendar.jpg" alt="SolidJS Calendar">
        <p>Calendar</p>
      </a>
    </td>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/dialog/">
        <img src="https://corvu.dev/primitives/dialog.jpg" alt="SolidJS Dialog">
        <p>Dialog</p>
      </a>
    </td>
  </tr>
  <tr>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/disclosure/">
        <img src="https://corvu.dev/primitives/disclosure.jpg" alt="SolidJS Disclosure">
        <p>Disclosure</p>
      </a>
    </td>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/drawer/">
        <img src="https://corvu.dev/primitives/drawer.jpg" alt="SolidJS Drawer">
        <p>Drawer</p>
      </a>
    </td>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/otp-field/">
        <img src="https://corvu.dev/primitives/otp-field.jpg" alt="SolidJS OTP Field">
        <p>OTP Field</p>
      </a>
    </td>
  </tr>
  <tr>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/popover/">
        <img src="https://corvu.dev/primitives/popover.jpg" alt="SolidJS Popover">
        <p>Popover</p>
      </a>
    </td>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/resizable/">
        <img src="https://corvu.dev/primitives/resizable.jpg" alt="SolidJS Resizable/Splitter">
        <p>Resizable</p>
      </a>
    </td>
    <td align="center" width=33%>
      <a href="https://corvu.dev/docs/primitives/tooltip/">
        <img src="https://corvu.dev/primitives/tooltip.jpg" alt="SolidJS Tooltip">
        <p>Tooltip</p>
      </a>
    </td>
  </tr>
</table>
