psdi-lib
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

psdi-library

PSDI 团队内部组件工具资料库,用于提升团队开发效率

Development

# install dependencies
$ yarn install

# develop library by docs demo
$ yarn start

# build library source code
$ yarn run build

# build library source code in watch mode
$ yarn run build:watch

# build docs
$ yarn run docs:build

# check your project for potential problems
$ yarn run doctor

NPM version NPM downloads

📦 Install

npm install psdi-lib
yarn add psdi-lib

🔨 Usage

import React from 'react';
import { CustomTree } from 'psdi-lib';

const App = () => <CustomTree treeData={[]} />;

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i psdi-lib

Weekly Downloads

2

Version

0.2.9

License

MIT

Unpacked Size

725 kB

Total Files

19

Last publish

Collaborators

  • luoyijian