|
|
- <template>
- <div class={parentClass}>
- <vlocity_cmt-input
- theme={theme}
- min-length="10"
- required
- onblur={handleInput}
- label="Minimum 10 char"
- placeholder="Minimum 10 char">
- </vlocity_cmt-input>
-
- <!-- <c-my-card-component
- title="Title"
- body="Body"
- link="Link"
- ></c-my-card-component> -->
- </div>
- </template>
|