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

Moved input, checkbox components #292

Open
wants to merge 5 commits into
base: feature/update
Choose a base branch
from

Conversation

szafran89
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Sep 11, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/snowdog/alpaca-ui/87yiuqrkj
✅ Preview: https://alpaca-ui-git-feature-update-input.snowdog1.vercel.app

id="input-id"
>
<template #icon>
<div

Choose a reason for hiding this comment

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

This element isn't keyboard accessible. Could you turn it into a button with aria-label?

@apply px-4;
@apply border border-solid border-secondary;
}

Choose a reason for hiding this comment

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

Could you adjust focus styles for input__field?
image

@@ -338,7 +338,7 @@ export const Default = () => ({
<a-icon-visibility-off />
</a-icon>
<span :style="labelStyles">
visibility
visibility Off

Choose a reason for hiding this comment

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

Can you change to visibility_off to make it consistent with other labels?

@ofrankowska
Copy link

One more thing. Can you remove storiesOf from checkbox stories?

@anqaka anqaka linked an issue Jun 4, 2021 that may be closed by this pull request
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.

Checkbox component review
2 participants