Creating a quasar app is simple. Creating components in quasar is simple too. We've created a component Salary.
But using this component in different apps does not work.
Reusable must contain docs, demo, tests etc,
I've created a quasar component by using quasar create salary --kit ui
Result:
https://github.com/cbleek/quasar-ui-salary
Goal
The component has 3 input fields. value, currency and perod. The field should interact. If the currency is changed, the displayed values in the valuefield has to be updated. Same applies to the change of the periodfield.
Creating a quasar app is simple. Creating components in quasar is simple too. We've created a component Salary.
But using this component in different apps does not work.
Reusable must contain docs, demo, tests etc,
I've created a quasar component by using
quasar create salary --kit uiResult:
https://github.com/cbleek/quasar-ui-salary
Goal
The component has 3 input fields.
value,currencyandperod. The field should interact. If the currency is changed, the displayed values in thevaluefield has to be updated. Same applies to the change of theperiodfield.