New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gen3/ui-component

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gen3/ui-component

Basic UI component for gen3

latest
Source
npmnpm
Version
0.11.5
Version published
Maintainers
6
Created
Source

Gen3 UI Component Library

npm (scoped)

UI library for Gen3 apps

Quick Start

Install

Install with npm:

$ npm install --save @gen3/ui-component

Usage

import Button from '@gen3/ui-component/dist/components/Button';
const myFunc = () => {
  console.log('clicked!');
};

<Button buttonType='primary' label='Primary Button' onClick={myFunc} leftIcon=’download’ />

API

Clone the repo and try more components:

$ git clone git@github.com:uc-cdis/gen3-ui-component.git
npm run storybook

For Developers

Run following scripts before commit:

$ npm version patch

It will bump the version of the npm package and commit the change.

Keywords

gen3

FAQs

Package last updated on 23 Mar 2026

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