@qn-pandora/pandora-app-component
TypeScript icon, indicating that this package has built-in type declarations

4.4.4 • Public • Published

@qn-pandora/pandora-app-component

Pandora 业务组件库,详细文档请参考:https://docs-pandora.qiniu.com/lib/pandora-app-component/index.html

Install

# run in terminal
yarn add @qn-pandora/pandora-app-component
# or
npm install @qn-pandora/pandora-app-component

Usage

import { SearchEditor } from '@qn-pandora/pandora-app-component'

const App = () => {
  const sourceTypes = ['one', 'two']
  const repos = ['one', 'two']
  return (
    <SearchEditor sourceTypes={sourceTypes} repos={repos} value="repo=search" />
  )
}

And import style manually:

import '@qn-pandora/pandora-app-component/lib/index.css'
// or
import '@qn-pandora/pandora-app-component/lib/index.less'

Support Components & Docs

view the documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @qn-pandora/pandora-app-component

Weekly Downloads

6

Version

4.4.4

License

ISC

Unpacked Size

5.8 MB

Total Files

1688

Last publish

Collaborators

  • tianxiumei
  • lansefengxinzi
  • csu-feizao
  • pandora_qiniu