🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@comparaonline/comparanent-ui

Package Overview
Dependencies
Maintainers
11
Versions
605
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comparaonline/comparanent-ui

npmnpm
Version
0.1.1-beta
Version published
Weekly downloads
614
5016.67%
Maintainers
11
Weekly downloads
 
Created
Source

Comparanent-UI

React UI Component Library for Compara
based on TSDX with Material-UI and useTheForm


GitHub release npm latest package

Table of Contents

Usage

Installation

Comparanent-UI is available as an npm package

// with npm
npm install @compara/comparanent-ui

// with yarn
yarn add @compara/comparanent-ui

Component

import React, { FC } from "react";
import { Demo } from "@compara/comparanent-ui";

export const MyComponent: FC<{}> = () => (
  <Demo>Just a simply demo</Demo>
)

Contributing

Read the contributing guide to learn about our development process and how to build, test and commit your changes to Comparanent-UI.

Changelog

If you have recently updated, please read the changelog for details of what has changed.

FAQs

Package last updated on 23 Apr 2021

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