New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

world-id-integrations-uikit

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

world-id-integrations-uikit

WorldID Intergrations UI Kit

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

WorldID Integrations UIKit

This is a UI Kit for WorldID Integrations. It's built with React and TypeScript, and uses Storybook for component development and documentation. The UI Kit includes several components, each with its own Storybook story and tests.

Components

  • Button
  • PrimaryLayout
  • VerificationSwitcher
  • VerificationLabel
  • Command
  • Dialog

Setup

To set up the project, run the following command:

pnpm install

Development

To start the development server (Storybook), run:

pnpm start

This will start Storybook on localhost:6006. You can view and interact with the components in isolation here.

Linting and Code Formatting

To lint the code and check for formatting errors, run:

pnpm lint

To automatically fix linting and formatting errors, run:

pnpm lint:fix

Testing

To run the tests, use:

pnpm test

Publishing

Before publishing, make sure to run the release script:

pnpm release

This will lint the code, build the project, and publish it to npm.

Storybook

Storybook is a tool for developing and documenting components in isolation. Each component has a corresponding story file (e.g., button.stories.tsx for the Button component) where you can define different states or variations of the component.

To build a static version of the Storybook site, run:

pnpm run storybook:build

To deploy the Storybook site to GitHub Pages, run:

pnpm run storybook:deploy

For more information on how to use Storybook, refer to the official Storybook documentation.

FAQs

Package last updated on 10 Jan 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