Skip to content

64robots/rfm2-layer-components-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

layer-components-playground

Shared Nuxt layer for components catalog + detail playground pages.

Host Adapter Contract

Hosts can override /app/composables/components-playground/useComponentsPlaygroundAdapter.ts and provide:

  • fetchCatalog()
  • fetchCatalogDetail(slug)
  • fetchResolution()

Default behavior calls:

  • GET /api/components/catalog
  • GET /api/components/catalog/{slug}
  • GET /api/components/resolution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors