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

Component- Input #269

Open
8 tasks
KevinTss opened this issue Feb 26, 2023 · 0 comments
Open
8 tasks

Component- Input #269

KevinTss opened this issue Feb 26, 2023 · 0 comments
Assignees

Comments

@KevinTss
Copy link
Contributor

KevinTss commented Feb 26, 2023

Description

We need to create a reusable input component that can be used in various forms across our application. This component should have customizable styles and be able to handle user input, validation, and feedback.

Task List

  • Create the Input component with the following features:
    • Accepts props for placeholder, label, value, error message, and input type
    • Provides validation feedback to the user when necessary
  • Create a Storybook story for the Input component
    • Include multiple examples of the component being used with different props
    • Show how the component responds to user input and validation feedback
  • Ensure that the component is accessible to users with disabilities
  • Style the component based on the attached Figma design

Figma Design Preview

Image

Acceptance Criteria

  • The Input component should be reusable and able to handle different types of input and validation feedback
  • The Storybook story should demonstrate the component's features and show examples of it being used with different props
  • The component should be accessible to users with disabilities
  • The component should match the design in the attached Figma preview.
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

No branches or pull requests

2 participants