<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 Downloads](https://img.shields.io/endpoint?color=a888f1&label=downloads&url=https://combined-npm-downloads.deno.dev/@corvu/accordion,@corvu/calendar,@corvu/dialog,@corvu/disclosure,@corvu/drawer,@corvu/otp-field,@corvu/popover,@corvu/resizable,@corvu/tooltip)
[![License](https://img.shields.io/github/license/corvudev/corvu?color=a888f1)](https://github.com/corvudev/corvu/blob/main/LICENSE)

**[Documentation](https://corvu.dev/) • [Discussion](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
- 📝 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>
