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

Research Vuestic UI composables #4194

Open
m0ksem opened this issue Mar 29, 2024 · 0 comments
Open

Research Vuestic UI composables #4194

m0ksem opened this issue Mar 29, 2024 · 0 comments
Assignees
Labels
d2: easy Recomended mode for new, but mature players research Requires research v3: wish to have This is something user want, but can live without it

Comments

@m0ksem
Copy link
Contributor

m0ksem commented Mar 29, 2024

The goal is to export as much composables as we can to the Vuestic UI user. This will be helpful for one who want to make custom components and use Vuestic features as base.

For example:

  • useSelectableList -> used in components with list structure like VaSelect, VaOptionsList, VaTreeView, etc. Primaraly used for trackBy, textBy, valueBy. We need to make sure it uses generic types and user-friendly.
  • useValidation -> used in components with rules, error messages, conencts to VaForm component. User might use this composable when making custom components that require validation.
  • useDropdown -> user can use it for dropdowns.
  • useSwipe, useElementBackground, useColors, etc.

We need a list of composables that can be used to the end users. Do we even need to care about it?

@m0ksem m0ksem added d2: easy Recomended mode for new, but mature players v3: wish to have This is something user want, but can live without it labels Mar 29, 2024
@m0ksem m0ksem added the research Requires research label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d2: easy Recomended mode for new, but mature players research Requires research v3: wish to have This is something user want, but can live without it
Projects
None yet
Development

No branches or pull requests

2 participants