https://github.com/aaronksaunders/ionic-react-pickerapp1
This is a sample Ionic ReactJS Application using the IonPicker Component derived from plain javascript example provided in the Ionic Framework Picker Documentation.
https://github.com/aaronksaunders/ionic-react-pickerapp1
forms ionic-framework ionic-react ionpicker-component javascript picker-component react react-hooks reactjs sample-code tutorial
Last synced: 10 months ago
JSON representation
This is a sample Ionic ReactJS Application using the IonPicker Component derived from plain javascript example provided in the Ionic Framework Picker Documentation.
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic-react-pickerapp1
- Owner: aaronksaunders
- Created: 2020-02-29T22:57:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T00:01:55.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T20:11:29.984Z (12 months ago)
- Topics: forms, ionic-framework, ionic-react, ionpicker-component, javascript, picker-component, react, react-hooks, reactjs, sample-code, tutorial
- Language: TypeScript
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-react-pickerapp1

This is a sample [Ionic ReactJS](https://ionicframework.com/docs/react) Application using the [IonPicker Component](https://ionicframework.com/docs/api/picker#properties) derived from plain javascript example provided in the [Ionic Framework Picker Documentation](https://github.com/ionic-team/ionic-docs/blob/master/src/demos/api/picker/index.html).
We also use [React Hooks](https://reactjs.org/docs/hooks-state.html) to manage the state and the example is based off of the Ionic ReactJS Template so we are supporting Typescript.
## Full Blog Post
https://dev.to/aaronksaunders/ionic-react-picker-example-877