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

feat(VEmptyState): add new component #19247

Merged
merged 8 commits into from Feb 28, 2024
Merged

feat(VEmptyState): add new component #19247

merged 8 commits into from Feb 28, 2024

Conversation

johnleider
Copy link
Member

@johnleider johnleider commented Feb 20, 2024

Description

closes #4610

Markup:

<template>
  <v-app>
    <v-main>
      <v-empty-state
        headline="Whoops, 404"
        title="Page not found"
        text="The page you were looking for does not exist"
        icon="$vuetify"
        avatar="https://vuetifyjs.b-cdn.net/docs/images/logos/v.png"
      >
        <v-btn text="Get me out of here"></v-btn>
      </v-empty-state>
    </v-main>
  </v-app>
</template>

<script setup>
  import { ref } from 'vue'
</script>

@johnleider johnleider self-assigned this Feb 20, 2024
@johnleider johnleider added the T: feature A new feature label Feb 20, 2024
@johnleider johnleider added this to the v3.5.x milestone Feb 26, 2024
@johnleider johnleider merged commit b9047e7 into master Feb 28, 2024
5 checks passed
@johnleider johnleider deleted the feat/v-empty-state branch February 28, 2024 21:27
@ndabAP
Copy link

ndabAP commented Feb 28, 2024

6 years after this feature request and Vuetify is still my number one UI framework

VIXI0 pushed a commit to VIXI0/vuetify that referenced this pull request Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Add empty state
2 participants