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

@corvu/utils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corvu/utils

Utilities for corvu

0.1.1
Source
npm
Version published
Weekly downloads
62K
12.15%
Maintainers
1
Weekly downloads
 
Created
Source
corvu banner

NPM Version NPM Downloads License

DocumentationDiscussions

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>
  )
}

Keywords

solid

FAQs

Package last updated on 17 Mar 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