mirror of
https://github.com/yldio/copilot.git
synced 2024-11-15 07:40:07 +02:00
279 B
279 B
const Dropdown = require('./index').default;
const Label = require('../form/label').default;
<div style={{ position: 'relative', height: '175px' }}>
<Label>Service</Label>
<Dropdown placeholder="Choose" data={["Wordpress", "Nginx", "Percona"]}>
</Dropdown>
</div>