mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Wrap password content
This commit is contained in:
parent
cb20a7b158
commit
63904d1784
7 changed files with 31 additions and 19 deletions
|
@ -5,12 +5,11 @@
|
|||
<div class="card flex justify-center">
|
||||
<Password v-model="value">
|
||||
<template #header>
|
||||
<h6>Pick a password</h6>
|
||||
<div class="font-semibold text-xm mb-4">Pick a password</div>
|
||||
</template>
|
||||
<template #footer>
|
||||
<Divider />
|
||||
<p class="mt-2">Suggestions</p>
|
||||
<ul class="pl-2 ml-2 mt-0" style="line-height: 1.5">
|
||||
<ul class="pl-2 ml-2 my-0 leading-normal">
|
||||
<li>At least one lowercase</li>
|
||||
<li>At least one uppercase</li>
|
||||
<li>At least one numeric</li>
|
||||
|
@ -31,12 +30,11 @@ export default {
|
|||
basic: `
|
||||
<Password v-model="value">
|
||||
<template #header>
|
||||
<h6>Pick a password</h6>
|
||||
<div class="font-semibold text-xm mb-4">Pick a password</div>
|
||||
</template>
|
||||
<template #footer>
|
||||
<Divider />
|
||||
<p class="mt-2">Suggestions</p>
|
||||
<ul class="pl-2 ml-2 mt-0" style="line-height: 1.5">
|
||||
<ul class="pl-2 ml-2 my-0 leading-normal">
|
||||
<li>At least one lowercase</li>
|
||||
<li>At least one uppercase</li>
|
||||
<li>At least one numeric</li>
|
||||
|
@ -50,12 +48,11 @@ export default {
|
|||
<div class="card flex justify-center">
|
||||
<Password v-model="value">
|
||||
<template #header>
|
||||
<h6>Pick a password</h6>
|
||||
<div class="font-semibold text-xm mb-4">Pick a password</div>
|
||||
</template>
|
||||
<template #footer>
|
||||
<Divider />
|
||||
<p class="mt-2">Suggestions</p>
|
||||
<ul class="pl-2 ml-2 style="line-height: 1.5">
|
||||
<ul class="pl-2 ml-2 my-0 leading-normal">
|
||||
<li>At least one lowercase</li>
|
||||
<li>At least one uppercase</li>
|
||||
<li>At least one numeric</li>
|
||||
|
@ -81,12 +78,11 @@ export default {
|
|||
<div class="card flex justify-center">
|
||||
<Password v-model="value">
|
||||
<template #header>
|
||||
<h6>Pick a password</h6>
|
||||
<div class="font-semibold text-xm mb-4">Pick a password</div>
|
||||
</template>
|
||||
<template #footer>
|
||||
<Divider />
|
||||
<p class="mt-2">Suggestions</p>
|
||||
<ul class="pl-2 ml-2 mt-0" style="line-height: 1.5">
|
||||
<ul class="pl-2 ml-2 my-0 leading-normal">
|
||||
<li>At least one lowercase</li>
|
||||
<li>At least one uppercase</li>
|
||||
<li>At least one numeric</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue