This app provides a user interface to browse projects that are active with approved allocations.
<div id="projects_browser_app"></div>
<script type="module">
import { renderBrowser } from "https://esm.sh/@xras/projects-browser";
renderBrowser({
projects: "/path/to/projects.json",
disable_bootstrap: false
});
</script>
Option | Values | Required |
---|---|---|
projects |
The URL for your project details | True |
disable_bootstrap |
If your site uses Bootstrap and you don't want this app to overwrite your styles, add this parameter. | False |