stac-utils / stac-fields

A minimal STAC library that contains a list of STAC fields with some metadata and helper functions for styling as HTML.
Apache License 2.0
8 stars 7 forks source link

Add Vue example #4

Open m-mohr opened 3 years ago

m-mohr commented 3 years ago

Currently, the custom renderer is mostly used in Vue (STAC Browser, openEO Vue components). Make an example that shows how a custom renderer can be used for both summaries and item properties for table output in Vue.

feefladder commented 1 year ago

Also an example on how to create a STAC collection/item based on this library would be useful!