{"id":19107243,"url":"https://github.com/govtechsg/sgds-theme-customiser","last_synced_at":"2026-06-20T22:31:02.437Z","repository":{"id":43598453,"uuid":"196307297","full_name":"GovTechSG/sgds-theme-customiser","owner":"GovTechSG","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-29T15:26:06.000Z","size":4786,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T03:13:01.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GovTechSG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-11T02:40:47.000Z","updated_at":"2024-02-06T15:30:32.000Z","dependencies_parsed_at":"2024-11-09T04:11:46.459Z","dependency_job_id":"7ccbe67b-60c7-493d-b158-c9545606ab25","html_url":"https://github.com/GovTechSG/sgds-theme-customiser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fsgds-theme-customiser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fsgds-theme-customiser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fsgds-theme-customiser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fsgds-theme-customiser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GovTechSG","download_url":"https://codeload.github.com/GovTechSG/sgds-theme-customiser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240161633,"owners_count":19757861,"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":[],"created_at":"2024-11-09T04:11:44.601Z","updated_at":"2026-05-29T19:30:18.857Z","avatar_url":"https://github.com/GovTechSG.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sgds-govtech-react\n\nReact components powered by [Singapore Government Design System](https://www.designsystem.gov.sg).\n\nWe are in early development! If you are trying out sgds-govtech-react, feel free to leave us feedback in the issues page, or even submit a [PR](https://github.com/govtechsg/sgds-govtech-react/pulls)!\n\n## Installation\n```\nnpm install sgds-govtech-react\n```\n## Usage\n\n### You will need to first import the [sgds](https://www.designsystem.gov.sg) css styles, either in your website's `\u003chead\u003e` element or through your frontend build.\n\n#### HTML\n```html\n\u003chead\u003e\n    \u003clink\n        rel=\"stylesheet\"\n        href=\"https://unpkg.com/sgds-govtech/css/sgds.css\"\n    /\u003e\n\u003c/head\u003e\n```\n\n#### Webpack\n\n```javascript\n// In your entry point\n\nimport 'sgds-govtech/sass/sgds.css'\n```\n\n### Getting started\n\n```jsx\nimport React from 'react';\nimport ReactDOM from 'react-dom';\n\nimport { Button } from \"sgds-govtech-react\";\n\nconst app = () =\u003e {\n    return (\n        \u003cdiv className=\"App\"\u003e\n            \u003cButton\u003eSubmit\u003c/Button\u003e\n        \u003c/div\u003e\n    )\n}\n\nReactDOM.render(\n  app,\n  document.getElementById('root')\n);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgovtechsg%2Fsgds-theme-customiser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgovtechsg%2Fsgds-theme-customiser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgovtechsg%2Fsgds-theme-customiser/lists"}