UNPKG

react-simple-wheel-picker

Version:

<div align="center"> <h1>react-simple-wheel-picker</h1> <img src="https://raw.githubusercontent.com/keiya01/react-simple-wheel-picker/master/demo.gif" alt="demo"> <br> <p>You can set up simple and flexible wheel picker</p> <br> </div> <hr/>

57 lines 843 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pickerData = [ { id: "0", value: "React" }, { id: "1", value: "Angular" }, { id: "2", value: "Vue" }, { id: "3", value: "TypeScript" }, { id: "4", value: "JavaScript" }, { id: "5", value: "ReactNative" }, { id: "6", value: "Flow" }, { id: "7", value: "jQuery" }, { id: "8", value: "Next" }, { id: "9", value: "Nuxt" }, { id: "10", value: "Node" }, { id: "11", value: "Deno" }, { id: "12", value: "Nest" } ]; //# sourceMappingURL=pickerData.js.map