{"id":23648000,"url":"https://github.com/zillding/react-console","last_synced_at":"2025-08-31T23:32:33.746Z","repository":{"id":57170801,"uuid":"55683986","full_name":"zillding/react-console","owner":"zillding","description":"A chrome developer console like react component","archived":false,"fork":false,"pushed_at":"2023-02-18T06:20:23.000Z","size":353,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-03T06:11:29.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zillding.github.io/react-console/","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/zillding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-07T10:00:40.000Z","updated_at":"2023-02-18T06:20:28.000Z","dependencies_parsed_at":"2022-08-27T12:02:07.675Z","dependency_job_id":null,"html_url":"https://github.com/zillding/react-console","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/zillding%2Freact-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillding%2Freact-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillding%2Freact-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillding%2Freact-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zillding","download_url":"https://codeload.github.com/zillding/react-console/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231639032,"owners_count":18404265,"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-12-28T14:50:09.378Z","updated_at":"2024-12-28T14:50:10.064Z","avatar_url":"https://github.com/zillding.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Console\n\nA react component that hijacks the developer console\n\nIt can be placed anywhere in the page. The position of the compoennt is 'absolute'.\n\nSo it needs a parent dom node to determine its position and size.\n\n## Dependencies\n\n+ react\n\nThis need to be installed in the containing project\n\n## Get Started\n\n```bash\nnpm install --save @zillding/react-console\n```\n\n```js\nimport Console from '@zillding/react-console'\n\n// Drop the component anywhere\n\u003cConsole/\u003e\n```\n\n## Properties\n\n+ **noFontawesome**: boolean\n\n  This component load css from [cdnjs](https://cdnjs.com/) dynamically. If containing app already\nloads [fontawesome](http://fontawesome.io/get-started/), then pass `true` to this property to prevent\nit from loading.\n\n+ **style**: object\n\n  Custom style to the container.\n\n## Development\n\n```bash\ngit clone https://github.com/zillding/react-console.git\ncd react-console\nnpm install\nnpm start\n```\n\nStorybook is started on port 9010.\n\n## Supported console API\n\n+ log\n+ debug\n+ error\n+ warn\n+ info\n\n## Features\n\n+ Show console messages\n+ Eval js code\n+ Typed code history\n+ Clear console\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillding%2Freact-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzillding%2Freact-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillding%2Freact-console/lists"}