{"id":18696466,"url":"https://github.com/hermanya/react-color-table","last_synced_at":"2025-11-08T15:30:30.553Z","repository":{"id":76897339,"uuid":"158763422","full_name":"Hermanya/react-color-table","owner":"Hermanya","description":"React component for displaying some colors in a table sorted by hue and lightness","archived":false,"fork":false,"pushed_at":"2018-12-04T02:04:13.000Z","size":562,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T00:08:36.684Z","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/Hermanya.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":"2018-11-23T00:50:48.000Z","updated_at":"2018-12-06T18:22:51.000Z","dependencies_parsed_at":"2023-06-07T21:45:39.046Z","dependency_job_id":null,"html_url":"https://github.com/Hermanya/react-color-table","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"ec604a0c810ec1c6af38224aa715b9ee40d1ffab"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hermanya%2Freact-color-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hermanya%2Freact-color-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hermanya%2Freact-color-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hermanya%2Freact-color-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hermanya","download_url":"https://codeload.github.com/Hermanya/react-color-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558930,"owners_count":19658929,"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-07T11:19:10.354Z","updated_at":"2025-11-08T15:30:30.476Z","avatar_url":"https://github.com/Hermanya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-color-table\n\n\u003e Display some colors in a table sorted by hue and lightness\n\n[![NPM](https://img.shields.io/npm/v/react-color-table.svg)](https://www.npmjs.com/package/react-color-table) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install\n\n```bash\nnpm install --save react-color-table\n```\n\n## Usage\n\n```tsx\nimport * as React from 'react'\n\nimport { ColorTable } from 'react-color-table'\n\nexport const Example = () =\u003e\n  \u003cColorTable\n    colors={['#123123', 'rgba(123,123,123,12)']}\n    averageDuplicates\n    inferBlanks\n  /\u003e\n```\n\n## Props\n\n| name              | type          | default |\n| ----------------- | ------------- | ------- |\n| colors            | string[]      | []      |\n| rowHeight?        | string/number | 64      |\n| columnWidth?      | string/number | '100%'  |\n| averageDuplicates | boolean       | false   |\n| inferBlanks       | boolean       | false   |\n\n## License\n\nMIT © [Hermanya](https://github.com/Hermanya)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhermanya%2Freact-color-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhermanya%2Freact-color-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhermanya%2Freact-color-table/lists"}