Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 688 Bytes

Projects Browser

This app provides a user interface to browse projects that are active with approved allocations.

Example

<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>

Options

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