The Component Search website is how you explore components created within the DHIS2 ecosystem.
- Webapp bootstrapped with
create-react-app
- Runs on react and redux
- Uses Fuse.js for searching through the components
- Uses Bootstrap and Pure.css for components and grids
- React
- Redux
- Bootstrap
- Pure.css
- ESLint
- Fuse.js
- SCP Whitelist - through GitHub - for fetching the list of verified packages
- npm - for fetching all packages with the
dhis2-component-search
keyword. - Unpkg - for fetching the package.json file from the published packages.
- Packages must be configured following the verification prerequisites for the website to be able to find and extract the components. Make sure to run the verify command locally before publishing to be sure that your package will be found and displayed in the website.
To install the devtools extension, see here and follow the "for Chrome/Firefox" guide: https://github.com/zalmoxisus/redux-devtools-extension