Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

c5s4-ui-lib

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c5s4-ui-lib

small typescript library

latest
Source
npmnpm
Version
0.0.30
Version published
Weekly downloads
0
-100%
Maintainers
0
Weekly downloads
 
Created
Source

C5S4-UI-Lib

CircleCI codecov GitHub repo file or directory count GitHub License GitHub package.json version

This is tiny Typescript package with the following components:

Components in Library

Select

Checkbox

CodeCell

DiffEditor

Input

JsonTree

PivotTable

Radio

SplitContainer

Icons

Table

Toasts

Installation

    npm install c5s4-ui-lib

Select

PropTypeRequiredDefault value
dataanythingempty
displayValuekeyof dataempty
labelstringempty
onSelectfunctionempty
labelPosition'top', 'left''top'
      <Select<iData>
        data={data}
        displayKey={'name'}
        label={'Select type'}
        labelPosition="top"
        onSelect={(e: iData) => {
          console.log(e);
        }}
      />

Table

PropTypeRequiredDefault value
dataanythingempty
headersITableHeader[]empty
backgroundColorClassstringempty
backgroundColorStylestringempty
textColorClassstringempty
textColorStylestringempty
footerBackgroundClassstringempty
footerBackgroundColorStylestringempty
footerTextColorClassstringempty
footerTextColorStylestringempty
hoverClassstringempty
stripedbooleantrue
stripeEvenClassstringempty
stripeOddClassstringempty
 <Table data={tableData} headers={tableHeaders} />

Toasts

This is a small toast library that is very useful.

FAQs

Package last updated on 18 Feb 2025

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