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

VL-133_UInput-stories-refinement #351

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Conversation

KinduD21
Copy link
Collaborator

@KinduD21 KinduD21 self-assigned this Jan 22, 2025
export const Disabled = DefaultTemplate.bind({});
Disabled.args = { disabled: true };
export const Placeholder = DefaultTemplate.bind({});
Placeholder.args = { placeholder: "Your placeholder text" };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use real life example


export const Description = DefaultTemplate.bind({});
Description.args = { description: "some description text" };
Description.args = { description: "Some description text" };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use real life example


export const Placeholder = DefaultTemplate.bind({});
Placeholder.args = { placeholder: "some placeholder text" };
Error.args = { error: "Some error text" };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use real life example


export const Readonly = DefaultTemplate.bind({});
Readonly.args = { readonly: true, modelValue: "some value for read" };
Readonly.args = { readonly: true, modelValue: "Some value for read" };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use real life example

v-bind="args"
validation-rule="^[a-gA-G]{1,10}$"
label="Custom RegExp"
description="Only letters between 'a' and 'g' are allowed, max length is 10"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lest crete regex to add hex color number #4e3f2, it will be good real life example.

@KinduD21 KinduD21 merged commit eb9663d into main Jan 22, 2025
1 check passed
@KinduD21 KinduD21 deleted the VL-133_UInput-stories-refinement branch January 22, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants