custom-elements-manifest icon indicating copy to clipboard operation
custom-elements-manifest copied to clipboard

More documentation and examples

Open trusktr opened this issue 8 months ago • 0 comments

Can we please get some more documentation besides a schema and the super basic example in the README?

For example maybe

  • further examples in the examples folder would help,
  • for example an example of a complex custom element that covers all of the use cases,
  • including all the Types of usual attributes an element can have (number, string, boolean, etc), events (including onfoo properties, event types, etc),
  • maybe examples of more complex types like Array<Foo | Bar> in a recommended format (like a reference implementation) that people should try to follow
  • How to generate CEM
  • etc

trusktr avatar Jun 04 '25 02:06 trusktr