The main goal of this repository is to get a working component with different frameworks. With that, with one implementation you can get a component for:
- Native
- React
- Vue
- Svelte
- Angular
Each framework has it's own folder. To get it working:
cd ./fwk-folder && npm i && npm start
Feel free to work or submit PR
cd ./native && npm i && npm start
cd ./react-component && npm i && npm start
cd ./angular && npm i && ng serve