{"id":13725275,"url":"https://github.com/shadcn/gatsby-plugin-theme-helpers","last_synced_at":"2025-04-23T01:57:26.904Z","repository":{"id":57244786,"uuid":"281723116","full_name":"shadcn/gatsby-plugin-theme-helpers","owner":"shadcn","description":"An experimental plugin to help with component shadowing discovery.","archived":false,"fork":false,"pushed_at":"2020-07-22T17:04:25.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T05:54:22.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/shadcn.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}},"created_at":"2020-07-22T16:03:46.000Z","updated_at":"2021-01-15T06:12:14.000Z","dependencies_parsed_at":"2022-09-01T04:30:41.222Z","dependency_job_id":null,"html_url":"https://github.com/shadcn/gatsby-plugin-theme-helpers","commit_stats":null,"previous_names":["arshad/gatsby-plugin-theme-helpers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadcn%2Fgatsby-plugin-theme-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadcn%2Fgatsby-plugin-theme-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadcn%2Fgatsby-plugin-theme-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadcn%2Fgatsby-plugin-theme-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadcn","download_url":"https://codeload.github.com/shadcn/gatsby-plugin-theme-helpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249460126,"owners_count":21276022,"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-08-03T01:02:18.037Z","updated_at":"2025-04-23T01:57:26.858Z","avatar_url":"https://github.com/shadcn.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# gatsby-plugin-theme-helpers (Experimental)\n\nAn experimental plugin to help with [component shadowing](\u003c(https://www.gatsbyjs.org/docs/themes/shadowing/)\u003e) discovery by annotating React components with the source file and the shadow target.\n\n![gatsby-plugin-theme-helpers](https://i.imgur.com/8V2kGNv.jpg)\n\n## Installation\n\nTo test this plugin, install it as a [local plugin](https://www.gatsbyjs.org/docs/loading-plugins-from-your-local-plugins-folder/).\n\n1. Clone this repo to a `plugins` directory in the website’s root directory.\n\n```\nsite\n  ├── content\n  ├── plugins\n  │   └── gatsby-plugin-theme-helpers \u003c-------\n  ├── gatsby-config.js\n  └── gatsby-node.js\n```\n\n2. Enable the plugin in `gatsby-config.js`\n\n```js\nmodule.exports = {\n  siteMetadata: {\n    title: `Gatsby`,\n  },\n  plugins: [`gatsby-plugin-theme-helpers`],\n}\n```\n\n3. Run `gatsby develop`\n\n## Usage\n\nInspect your site using Devtools.\n\nThe plugin will add `data-source` and `data-shadow` attributes to your components to make it easy to figure out the source of a component and the name of the shadow file to create.\n\n### Starting a new Gatsby site? Check out https://github.com/reflexjs/reflex\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadcn%2Fgatsby-plugin-theme-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadcn%2Fgatsby-plugin-theme-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadcn%2Fgatsby-plugin-theme-helpers/lists"}