@browser-scan/ui
v2.7.4
Published
Browser scan UI packages consists of the UI components and their data dependencies for consuming in apps
Downloads
45
Maintainers
Readme
Browser scan UI
Browser scan UI exposes basic components required for building a scanner application of your choice.Its built using Chakra UI. Apps consuming Browser scan ui should atleast run react 16
Install
yarn add @browser-scan/uiornpm install @browser-scan/ui
Usage
- Commonjs
const { SelectBrowser,ProjectPath } = require('@browser-scan/ui')
- ES2015
import { SelectBrowser,ProjectPath } from '@browser-scan/ui'
