You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi @cbleek i have created the test quasar project and tried to install quasar-ui-salary through readme file. But there was an issue; "this dependency was not found". could you let me know how to use quasar-ui-salary component?
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
andperod
. The field should interact. If the currency is changed, the displayed values in thevalue
field has to be updated. Same applies to the change of theperiod
field.The text was updated successfully, but these errors were encountered: