AfterClass-io / afterclass.io-v2

[alpha] v2 of https://afterclass.io!
https://afterclass-io.vercel.app
MIT License
5 stars 2 forks source link

feat(ui): Textarea component #82

Closed davidlhw closed 4 months ago

davidlhw commented 5 months ago

closes #33

changes

implementation

testing

preview

image

image

image

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
afterclass-io-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 20, 2024 6:56pm
Aztriltus commented 4 months ago

Hey @davidlhw. I've updated Figma with some hover and focus states. Can I trouble you to update them?

You can make use ring- and outline to achieve the focus. Maybe we can have a .focus-ring { @apply ... } class so that we can easily add focus-ring to components with just 1 class since the focus rings are all the same.

You can also use focus-visible:ring-* for the pseudo class instead of just focus: so it doesn't show that often

image

Figma link