UNPKG

optimizely-oui

Version:

Optimizely's Component Library.

15 lines (13 loc) 354 B
/* eslint-disable react/jsx-key */ import React from "react"; import Select from "../index"; export default [ { examples: [ <Select name="zoo" id="zoo"> <option value="one">This is option one</option> <option value="two">And this is option two</option> </Select>, ], }, ];