Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 618 Bytes

File metadata and controls

18 lines (14 loc) · 618 Bytes

LDP-Components

This is a series of web components using linked data to display information.

HD-Team

Displays a list of members of a team, which data is compatible with the WP-LDP plugin.

<link rel="import" href="hd-team.html" />
<hd-team data-src="http://ldp.happy-dev.fr/ldp/members/"></hd-team>

HD-Projects

Displays a list of projects, which data is compatible with the WP-LDP plugin.

<link rel="import" href="hd-projects.html" />
<hd-team data-src="http://ldp.happy-dev.fr/ldp/projects/"></hd-team>