Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 563 Bytes

agnostic

A (tiny) framework agnostic component library built with preact and web components.

status

POC

Concepts

  • components are registered as custom-elements (web components).
  • components are authored with preact.js (because it's tiny)
  • compile-time autoprefixing and other postcss goodies happens for css

Why?

I want to create a forward-leaning, framework agnostic way of developing reusable components to share across features/teams of large projects.

Todo

  • CSS editor plugin(s)