Component Name
Describe the component and its purpose.
Coming soon...
Coming soon...
import { ComponentName } from '@fintech-sandpit/ui/react';
return ( <ComponentName />);<script setup lang="ts">import { ComponentName } from '@fintech-sandpit/ui/vue';</script>
<template> <ComponentName /></template>| Name | Type | Default | Description |
|---|---|---|---|
value | string | — | The value of the password field |
prop | PropType | dev | The type of the property |
| Name | Type | Default | Description |
|---|---|---|---|
model-value | string | — | The value of the password field 1 |
prop | PropType | dev | The type of the property |
- Can be used with the
v-modeldirective for two-way binding.
| Slot name | Description |
|---|---|
title | A component heading content |
Events
Section titled “Events”| Name | Type | Description |
|---|---|---|
onChange | (value: string) => void | Event handler for when the value changes |
| Name | Payload | Description |
|---|---|---|
update:model-value | string | Event handler for when the value changes |
type PropType = 'dev' | 'prod'