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

ssc-comp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssc-comp

React grid component for SSC 3.0

latest
Source
npmnpm
Version
0.15.0
Version published
Maintainers
1
Created
Source

SSC-Comp Travis AppVeyor npm Codecov

SSC 3.0 Grid组件

使用

npm install ssc-comp --save
import { Grid } from 'ssc-comp';
...
render() {
  const cols = {...};
  const tableData = {...};
  return (
    <Grid cols={cols} tableData={tableData} />
  );
}

从ssc-grid改名为ssc-comp

npm uninstall ssc-grid --save
npm install ssc-comp --save

文档

API文档中带有示例代码,并且可以在线编辑并运行代码。

Keywords

react

FAQs

Package last updated on 02 Mar 2017

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