{"id":18984956,"url":"https://github.com/sgnh/react-pdca","last_synced_at":"2025-10-11T05:10:42.346Z","repository":{"id":57342341,"uuid":"92338700","full_name":"sgnh/react-pdca","owner":"sgnh","description":"PDCA status icon for React","archived":false,"fork":false,"pushed_at":"2017-07-23T23:12:37.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T17:46:38.571Z","etag":null,"topics":["javascript","pdca","react"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-pdca","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgnh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-24T21:35:26.000Z","updated_at":"2017-05-26T23:37:07.000Z","dependencies_parsed_at":"2022-09-16T02:50:30.898Z","dependency_job_id":null,"html_url":"https://github.com/sgnh/react-pdca","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgnh%2Freact-pdca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgnh%2Freact-pdca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgnh%2Freact-pdca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgnh%2Freact-pdca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgnh","download_url":"https://codeload.github.com/sgnh/react-pdca/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239993962,"owners_count":19730779,"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":["javascript","pdca","react"],"created_at":"2024-11-08T16:23:51.678Z","updated_at":"2025-10-11T05:10:37.284Z","avatar_url":"https://github.com/sgnh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-pdca [![Build Status](https://circleci.com/gh/sgnh/react-pdca.svg?style=shield)](https://circleci.com/gh/sgnh/react-pdca/tree/master)\n![PDCA](https://github.com/sgnh/react-pdca/raw/master/docs/pdca.png \"PDCA\")\n\n## Installation\n```\nnpm install --save react-pdca\n```\n\n## Demo\nWorking demo on CodePen: [React PDCA](https://codepen.io/sgnh/full/LyaaYK/)\n\n## Example\n```javascript\nimport React, { Component } from 'react';\nimport PDCA from 'react-pdca';\n\nclass PDCAContainer extends Component {\n  constructor(props) {\n    super(props);\n    \n    this.state = {\n      planDisabled: false,\n      doDisabled: false,\n      checkDisabled: false,\n      actDisabled: false,\n    }\n  }\n  \n  render() {\n    return (\n      \u003cPDCA\n        height=\"300px\"\n        width=\"300px\"\n\n        planDisabled={this.state.planDisabled}\n        doDisabled={this.state.doDisabled}\n        checkDisabled={this.state.checkDisabled}\n        actDisabled={this.state.actDisabled}\n        \n        onPlanClick={() =\u003e this.setState({ planDisabled: false, doDisabled: true, checkDisabled: true, actDisabled: true })}\n        onDoClick={() =\u003e this.setState({ planDisabled: false, doDisabled: false, checkDisabled: true, actDisabled: true })}\n        onCheckClick={() =\u003e this.setState({ planDisabled: false, doDisabled: false, checkDisabled: false, actDisabled: true })}\n        onActClick={() =\u003e this.setState({ planDisabled: false, doDisabled: false, checkDisabled: false, actDisabled: false })}\n      /\u003e\n    )\n  }\n}\n\nexport default PDCAContainer;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgnh%2Freact-pdca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgnh%2Freact-pdca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgnh%2Freact-pdca/lists"}