Skip to content

Research Vuestic UI composables #4194

Open
@m0ksem

Description

@m0ksem

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?

Metadata

Metadata

Assignees

Labels

d2: easyRecomended mode for new, but mature playersresearchRequires researchv3: wish to haveThis is something user want, but can live without it

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions