Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Add c-skeleton component set #208

Open
TylerAPfledderer opened this issue Oct 25, 2022 · 0 comments
Open

Add c-skeleton component set #208

TylerAPfledderer opened this issue Oct 25, 2022 · 0 comments
Labels
☄️ core team This issue/pull request has been opened by a Vue core team member type: contributions welcome 💚 Contributions are welcome! type: feature or enhancement ⚡️ New feature or request

Comments

@TylerAPfledderer
Copy link
Collaborator

Component set used to provide placeholder loading state of some component.

This is an alternative to some text, loading bar, spinner, etc. where the component itself is presented as a solid highlighter on load before the content is rendered.

Contains a set of components to define whether the content to be loaded is text, and avatar, solid block, etc.

See React Package Skeleton

Important

Depends on the composable usePrevious to isolate reference and change of state to the isLoaded prop. Consider building this composable first, or building a computed within the component. usePrevious is only used in this component and made available for other uses.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
☄️ core team This issue/pull request has been opened by a Vue core team member type: contributions welcome 💚 Contributions are welcome! type: feature or enhancement ⚡️ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant