1.0.0 • Published 1 year ago

@antv/insight-component v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

English | 简体中文

insight-component

Components for GI & LI

📦 Installation

# Install pre dependencies
$ npm install antd @ant-design/icons @formily/core @formily/react @formily/antd-v5

# Install component
$ npm install @antv/insight-component

🔨 Usage

import { ColorPicker } from '@antv/insight-component';

export default () => {
  return <ColorPicker />;
};

Local Development

# Install project dependencies
$ npm install

# Run website
$ npm run start

# Run lint & unit tests
$ npm run ci

# Compile package
$ npm run build

License

MIT@AntV.