dir
tag must be specified on body for this library to work
If you would like to test changes to the picker from within a consumer application, follow these steps:
- Run
yarn
to install dependencies - Build the picker with
yarn run build
- To test it in another application, you can either use yarn link, publish an adhoc package, or copy the contents of dist into your project's node_modules
Remember to build the project before publishing with npm publish