{"id":15168491,"url":"https://github.com/vittxr/tw-table","last_synced_at":"2025-07-28T06:06:38.457Z","repository":{"id":254165341,"uuid":"624586871","full_name":"vittxr/tw-table","owner":"vittxr","description":"table designed with tailwind and tanstack-table","archived":false,"fork":false,"pushed_at":"2025-02-10T11:08:21.000Z","size":671,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T12:22:54.886Z","etag":null,"topics":["npm-package","react","tailwindcss","tanstack-table","yarn-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/tw-table","language":"TypeScript","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/vittxr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-06T20:01:40.000Z","updated_at":"2025-02-10T11:06:33.000Z","dependencies_parsed_at":"2024-08-21T20:45:39.069Z","dependency_job_id":"9094d5c1-7616-493b-9c85-602a8e57de52","html_url":"https://github.com/vittxr/tw-table","commit_stats":{"total_commits":101,"total_committers":2,"mean_commits":50.5,"dds":0.00990099009900991,"last_synced_commit":"c30bf9896d4060198cd694e48521d73185573af6"},"previous_names":["vittxr/tw-table"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittxr%2Ftw-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittxr%2Ftw-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittxr%2Ftw-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittxr%2Ftw-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vittxr","download_url":"https://codeload.github.com/vittxr/tw-table/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238147549,"owners_count":19424280,"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":["npm-package","react","tailwindcss","tanstack-table","yarn-package"],"created_at":"2024-09-27T06:04:27.794Z","updated_at":"2025-02-10T16:30:55.889Z","avatar_url":"https://github.com/vittxr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Summary\n\n...\n\n# Installation\n\n- NPM\n  `npm install tw-table`\n\n- YARN\n  `yarn add tw-table`\n\n# Usage\n\nTo use the library, start by importing `tw-table`:\n\n```js\nimport { TwTable } from 'tw-table';\n```\n\nIf you need type definitions from `react-table`, you can import them as follows:\n\n```js\nimport { RowSelectionState } from '@tanstack/react-table';\n```\n\nYou'll also need to configure Tailwind CSS to generate the necessary styles for this library. To do this, include `'node_modules/tw-table/**/*.{js,ts,jsx,tsx}'` in the `content` array of your `tailwind.config.js` file.\n\nYour final configuration should look like this:\n\n```js\n/** @type {import('tailwindcss').Config} */\nexport default {\n  content: [\n    './index.html',\n    './src/**/*.{js,ts,jsx,tsx}',\n    './node_modules/tw-table/**/*.{js,ts,jsx,tsx}',\n  ],\n  ...\n};\n```\n\n# Contribution\n\n...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvittxr%2Ftw-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvittxr%2Ftw-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvittxr%2Ftw-table/lists"}