Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

PDOK/pdok-discourse-integration

Repository files navigation

PDOK Discourse Integration

Renders a list of the 4 latest updated Discourse topics.

Prerequisites

The following tools are required:

Installation

These webcomponents can be installed using NPM:

npm install --save @pdok/pdok-discourse-integration

Usage with React

Here is an example of using webcomponents within a React application:

import React from 'react';
import { Topics } from '..';

const uri = 'https://forum.pdok.nl/c/datasets/bag.json';

export default () => (
  <Topics uri={uri}/>
);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published