UNPKG

@spark-ui/dropdown

Version:

Displays a list of options for the user to pick from—triggered by a button. Differs from Select in that it offers multiple select and its list is not native.

7 lines (4 loc) • 220 B
import path from 'path' import { getComponentConfiguration } from '../../../config/index' const { name } = require(path.resolve(__dirname, 'package.json')) export default getComponentConfiguration(process.cwd(), name)