frontity-brs-components
v2.7.1
Published
Collection of React components and helpers for Frontity
Downloads
4
Readme
TODO write this.
Note do not use this - it is only a POC.
npm install frontity-brs-components
TODOD
const processorsConfig = [
{
tag: "practitioner-packages-table",
component: PractitionerPackagesTable,
},
{
tag: "edit-practitioner-profile",
component: EditProfile,
},
];
const makeProcessors = (config) =>
config.reduce((processor, item) => {
return makeProcessor(item.tag, item.component);
}, {});