Socket
Book a DemoInstallSign in
Socket

@qn-pandora/pandora-app-component

Package Overview
Dependencies
Maintainers
5
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qn-pandora/pandora-app-component

业务组件

latest
Source
npmnpm
Version
5.2.0
Version published
Weekly downloads
381
-39.62%
Maintainers
5
Weekly downloads
 
Created
Source

@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

FAQs

Package last updated on 17 Sep 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