🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

corvu

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
c

corvu

Unstyled, accessible and customizable UI primitives for SolidJS

0.4.8
79

Supply Chain Security

100

Vulnerability

86

Quality

85

Maintenance

100

License

Version published
Weekly downloads
716
-1.65%
Maintainers
1
Weekly downloads
 
Created
Issues
1
corvu banner

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.

Getting started

Install corvu with the package manager of your choice:

npm install corvu

Import a primitive and use it in your app:

import Dialog from 'corvu/dialog';

const App = () => {
  return (
    <Dialog.Root>
      <Dialog.Trigger>Open</Dialog.Trigger>
      <Dialog.Portal>
        <Dialog.Content>
          <Dialog.Label>Hey 👋</Dialog.Label>
          <Dialog.Description>This is a basic dialog</Dialog.Description>
        </Dialog.Content>
      </Dialog.Portal>
    </Dialog.Root>
  )
}

FAQs

Package last updated on 29 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts