UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

10 lines (6 loc) 183 B
'use strict' var schema = require('property-information/html') var factory = require('./factory') var html = factory(schema, 'div') html.displayName = 'html' module.exports = html