2.7.1 • Published 3 years ago

frontity-brs-components v2.7.1

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
3 years ago

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);
  }, {});
2.7.1

3 years ago

1.7.1

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago