frontity-brs-components

2.7.1 • Public • Published

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

/frontity-brs-components/

    Package Sidebar

    Install

    npm i frontity-brs-components

    Homepage

    frontity.org

    Weekly Downloads

    2

    Version

    2.7.1

    License

    Apache-2.0

    Unpacked Size

    35.7 kB

    Total Files

    9

    Last publish

    Collaborators

    • mtadros