Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flywire/react-headlessui

Package Overview
Dependencies
Maintainers
15
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flywire/react-headlessui

Headless UI components

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
15
Created
Source

@flywire/react-headlessui

A collection of unstyled and fully accessible UI components used in Flywire.

Documentation

The documentation and examples are hosted in https://flywire-ui-docs.flywire.com.

Installation

Install dependencies with npm:

npm install @flywire/react-headlessui

Run Locally

Clone the project

git clone git@git.gitlab.flywire.tech:flywire/development/react-headlessui.git

Go to the project directory

cd react-headlessui

Install dependencies

npm install

Start the server

npm run doc

Running Tests

To run tests, run the following command

npm run test

Releases

To create a new release, make all the changes that you need and commit them, then execute:

npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease]

For example:

npm version patch
npm publish

or for a beta:

npm version prepatch
npm publish --tag beta

This will bump the package.json version, build a new bundle, commit, push the changes tagging them to a new release.

Then create a PR and request the review from other project commiters. Once accepted and merged to master, execute npm publish from master branch.

FAQs

Package last updated on 03 May 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc