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

test-this-compo-react

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-this-compo-react

A shareable component library with a playground folder to live-test components as you are developing them.

  • 0.1.5
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

auth-component-library

A shareable component library with a playground folder to live-test components as you are developing them.

Installation

Try creating your own component library

Usage

All exported components are listed in src/index.js

import React from "react";

import { HelloWorld } from "@hinammehra/auth-component-library";

const App = () => {
  return <HelloWorld />;
};

export default App;

License

MIT © hinammehra

FAQs

Package last updated on 07 Aug 2022

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