{"id":28967550,"url":"https://github.com/SU-SWS/jumpstart_ui","last_synced_at":"2025-06-24T08:09:24.357Z","repository":{"id":34895597,"uuid":"187287553","full_name":"SU-SWS/jumpstart_ui","owner":"SU-SWS","description":"A collection of ui patterns, layouts, and other UI building tools. Integration with Decanter.","archived":false,"fork":false,"pushed_at":"2023-08-25T17:09:56.000Z","size":2971,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":15,"default_branch":"8.x","last_synced_at":"2025-04-12T14:13:19.373Z","etag":null,"topics":["component","d8","jumpstart-core","layout","module","ui"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SU-SWS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-17T22:14:56.000Z","updated_at":"2021-11-19T17:34:13.000Z","dependencies_parsed_at":"2022-08-24T07:30:55.295Z","dependency_job_id":null,"html_url":"https://github.com/SU-SWS/jumpstart_ui","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/SU-SWS/jumpstart_ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fjumpstart_ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fjumpstart_ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fjumpstart_ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fjumpstart_ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SU-SWS","download_url":"https://codeload.github.com/SU-SWS/jumpstart_ui/tar.gz/refs/heads/8.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fjumpstart_ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260603981,"owners_count":23035192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component","d8","jumpstart-core","layout","module","ui"],"created_at":"2025-06-24T08:09:21.535Z","updated_at":"2025-06-24T08:09:24.332Z","avatar_url":"https://github.com/SU-SWS.png","language":"PHP","funding_links":[],"categories":["Themes/Tools/Frameworks"],"sub_categories":[],"readme":"# [Jumpstart UI](https://github.com/SU-SWS/jumpstart_ui)\n##### Version: 8.x\n\nMaintainers: [Mike Decker](https://github.com/pookmish), [sherakama](https://github.com/sherakama)  \n\nChangelog: [Changelog.txt](CHANGELOG.txt)\n\nDescription\n---\n\nThis module provides UI tools for developers and tight integration with the Decanter Design System.\n\nIncluded are:\n\n### Components (ui_patterns + components)\n- See: http://decanter.stanford.edu/section-components.html\n\n### Layouts (layout plugin)\n- See: http://decanter.stanford.edu/section-layout.html\n\n\nAccessibility\n---\n[![WCAG Conformance 2.0 AA Badge](https://www.w3.org/WAI/wcag2AA-blue.png)](https://www.w3.org/TR/WCAG20/)\nEvaluation Date: 2020-02-05  \nThis module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: [https://ucomm.stanford.edu/policies/accessibility-policy.html](https://ucomm.stanford.edu/policies/accessibility-policy.html).\n\nInstallation\n---\n\nInstall this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-8)\n\nConfiguration\n---\n\nNothing special needed.\n\n\nTroubleshooting\n---\n\nIf you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.\n\nDeveloper\n---\n\nIf you wish to develop on this module you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this module. To install:\n\n```\nnpm install\nnpm run build\n```\n\nContribution / Collaboration\n---\n\nYou are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)\n\n\nReleases\r\n---\r\n\r\nSteps to build a new release:\r\n- Checkout the latest commit from the `8.x-1.x` branch.\r\n- Create a new branch for the release.\r\n- Commit any necessary changes to the release branch.\r\n  -  These may include, but are not necessarily limited to:\r\n    - Update the version in any `info.yml` files, including in any submodules.\r\n    - Update the CHANGELOG to reflect the changes made in the new release.\r\n- Make a PR to merge your release branch into `master`\r\n- Give the PR a semver-compliant label, e.g., (`patch`, `minor`, `major`).  This may happen automatically via Github actions (if a labeler action is configured).\r\n- When the PR is merged to `master`, a new tag will be created automatically, bumping the version by the semver label.\r\n- The github action is built from: [semver-release-action](https://github.com/K-Phoen/semver-release-action), and further documentation is available there.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSU-SWS%2Fjumpstart_ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSU-SWS%2Fjumpstart_ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSU-SWS%2Fjumpstart_ui/lists"}