Skip to content

Adding a new view to Curation

Milan Gruner edited this page Jul 25, 2017 · 1 revision

To add a new view into Curation's navigation side bar, do the following:

  • Create a new component in src/views containing a ContentCard with your desired content
  • Add a new Route with the desired path and the previously created view component
  • Add a new ListItem to src/containers/sideBar/index.js, containing a Link to the already set path (in the containerElement property) and an icon and description
Clone this wiki locally