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

docs(VParallax): add welcome section example to docs #19283

Merged
merged 7 commits into from
Feb 14, 2025

Conversation

mohssineAboutaj
Copy link
Contributor

Description

Add a new example in the Parallax docs page

Demo

Here is the demo/live preview

Markup:

<template>
  <v-parallax src="https://cdn.vuetifyjs.com/images/backgrounds/vbanner.jpg">
    <v-container class="fill-height">
      <v-row
        class="justify-center align-center flex-column-reverse flex-md-row"
      >
        <v-col cols="12" md="6">
          <h1 class="text-h1 mb-8">John Doe</h1>
          <h3 class="text-h3 mb-8 font-weight-thin">Web Developer</h3>
          <v-btn color="primary" class="elevation-4 rounded-xl mb-4">
            Contact Me
          </v-btn>
        </v-col>
        <v-col cols="12" md="6" class="text-center">
          <v-avatar :size="300" class="elevation-12 mx-auto mb-8">
            <v-img src="https://randomuser.me/api/portraits/men/78.jpg"></v-img>
          </v-avatar>
        </v-col>
      </v-row>
    </v-container>
  </v-parallax>
</template>

packages/docs/src/pages/en/components/parallax.md Outdated Show resolved Hide resolved
packages/docs/src/pages/en/components/parallax.md Outdated Show resolved Hide resolved
@MajesticPotatoe MajesticPotatoe merged commit ff90984 into vuetifyjs:master Feb 14, 2025
10 checks passed
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.

2 participants