-
Notifications
You must be signed in to change notification settings - Fork 7
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
base: feature/update
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/snowdog/alpaca-ui/87yiuqrkj |
id="input-id" | ||
> | ||
<template #icon> | ||
<div |
There was a problem hiding this comment.
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; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -338,7 +338,7 @@ export const Default = () => ({ | |||
<a-icon-visibility-off /> | |||
</a-icon> | |||
<span :style="labelStyles"> | |||
visibility | |||
visibility Off |
There was a problem hiding this comment.
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?
One more thing. Can you remove storiesOf from checkbox stories? |
No description provided.