Skip to content

<gn-results-list>

Example

Configure your gn-results-list web component

  • Fonts
  • Colors
  • Size
  • Layout
  • API URL
  • Action on click
  • "Show more" strategy

Source code

html
<gn-results-list
  api-url="https://www.geo2france.fr/geonetwork/srv/api"
  catalog-url="https://www.geo2france.fr/datahub/dataset/{uuid}"
  size="5"
  primary-color="#0f4395"
  secondary-color="#8bc832"
  main-color="#555"
  background-color="#fdfbff"
  main-font="'Inter', sans-serif"
  title-font="'DM Serif Display', serif"
  layout="ROW"
  show-more="button"
></gn-results-list>

Released under the GPL-2.0 license.