jordan-sussman / open-sesame

A customizable drawer component for React
MIT License
6 stars 0 forks source link

Wrong package name ? #2

Closed mattallty closed 4 months ago

mattallty commented 4 months ago

Hello @jordan-sussman

I think there has been a problem with this package publication on NPM: https://www.npmjs.com/package/open-sesame

Here is what I can see on NPM:

Screenshot 2024-07-19 at 09 35 03

Update: I looked at your package.json and saw you renamed to flexi-drawer but I can't install it because it's private.

So my question is... how to install it?

jordan-sussman commented 4 months ago

@mattallty thanks for reaching out! This isn't a published package on npm. Your screenshot is of something entirely different. flexi-drawer was the original name but does not influence this. To get this set up locally

  1. Download directly from the repo or from a fork
  2. In the root directory, run npm install. This will install all necessary dependencies to use this component, such as the radix dialog primitive.
  3. To run the example npm run dev.

The source code is available under the MIT license to use as needed. Hope that helps!