Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How we organize components #57

Open
cbleek opened this issue Feb 26, 2020 · 2 comments
Open

How we organize components #57

cbleek opened this issue Feb 26, 2020 · 2 comments
Labels
question Further information is requested

Comments

@cbleek
Copy link
Member

cbleek commented Feb 26, 2020

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.

@cbleek cbleek added the question Further information is requested label Feb 26, 2020
@sr7dev
Copy link
Contributor

sr7dev commented Mar 3, 2020

@cbleek you mean should i test with quasar-ui-salary into test project?

@sr7dev
Copy link
Contributor

sr7dev commented Mar 6, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants