Skip to main content

Sample code used for this page:

 
<ul 
  class="featured-projects list-inline list" 
  id="featured-projects"
  data-template-id="tpl-projects-item"
  data-url="https://projects.eclipse.org/api/projects?working_group=jakarta-ee"
  data-page-size="3"
  data-sorting-method="random"
>
</ul>
          

Note that you will need to import eclipsefdn.projects.js as follow: import 'eclipsefdn-solstice-assets/js/solstice/eclipsefdn.projects.js'

Back to the top