AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
723 stars 47 forks source link

Vue Typescript Port #218

Closed roblevintennis closed 2 years ago

roblevintennis commented 2 years ago

Convert the Vue 3 implementation to use Typescript


Related to Svelte Typescript Port

roblevintennis commented 2 years ago

First iteration findings:

Conclusion

I'm porting Vue 3 + Typescript port to use Vitepress and that should allow similar components as the docs

roblevintennis commented 2 years ago
commit 3cd8f362a34c29241b5dec6fbe5c67cdccc2931f (HEAD -> vue-ts)
Author: Rob Levin <roblevintennis@gmail.com>
    Adds agnostic-vue-ts which will be used as we port over agnostic-vue to typescript. Adds Alerts, Avatars, Breadcrumbs, and Close components