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

Abstracted User Interfaces (Collecting Info) #19

Open
dsriseah opened this issue Jun 21, 2024 · 0 comments
Open

Abstracted User Interfaces (Collecting Info) #19

dsriseah opened this issue Jun 21, 2024 · 0 comments

Comments

@dsriseah
Copy link
Owner

dsriseah commented Jun 21, 2024

I'd like to create an abstracted notion of a user interface system that is not tied to a specific framework.

RESOURCES

  • Component Gallery is a collection of widget specifications from various design systems.
  • ARIA Patterns is an accessibility standard. Since ARIA has to represent specific kinds of interactions on a screen, they naturally have to provide a tight specification for it.

TECH

  • Web Components is the Javascript way of defining custom components. It's a combination of custom components which are defined as classes with methods that fire on connect/disconnect, etc, shadow DOM attachments to encapsulate the component like an iframe, and slotted template that allows you to create pages that also can use custom components.

An

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

No branches or pull requests

1 participant