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

Demo #230

Closed roblevintennis closed 2 years ago

roblevintennis commented 2 years ago

Create a demo that shows off a similar UI to mailchimp or facebooks Login/Signup/Forgot feels.

The key in this demo is to have both SSR and client hydrated components using multiple frameworks while keeping it simple and manageable:

IMG_0209

We can even have a Kanban board to show how different teams might work on these sub-apps:

image

roblevintennis commented 2 years ago

Need to figure out why the signup form is no longer working and also go verify the old signup examples still work.

For storing language selection (Svelte) and picking that up in the signup form (Vue), consider using nanostores: https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-nanostores