{"id":18685821,"url":"https://github.com/grapesjs/components-tabs","last_synced_at":"2025-07-19T01:37:10.022Z","repository":{"id":28654675,"uuid":"118983249","full_name":"GrapesJS/components-tabs","owner":"GrapesJS","description":"Simple tabs component plugin for GrapesJS","archived":false,"fork":false,"pushed_at":"2025-04-29T02:15:37.000Z","size":964,"stargazers_count":39,"open_issues_count":9,"forks_count":36,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-03T08:59:09.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrapesJS.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,"zenodo":null}},"created_at":"2018-01-26T00:15:55.000Z","updated_at":"2025-05-30T03:04:19.000Z","dependencies_parsed_at":"2025-06-23T19:35:26.660Z","dependency_job_id":"8f4a27e6-3431-4802-9f51-e116c9748968","html_url":"https://github.com/GrapesJS/components-tabs","commit_stats":{"total_commits":100,"total_committers":1,"mean_commits":100.0,"dds":0.0,"last_synced_commit":"abbf8e8d18f0b853f36265103e69a963eab6a0c1"},"previous_names":["artf/grapesjs-tabs"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/GrapesJS/components-tabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fcomponents-tabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fcomponents-tabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fcomponents-tabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fcomponents-tabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrapesJS","download_url":"https://codeload.github.com/GrapesJS/components-tabs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fcomponents-tabs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265871377,"owners_count":23842026,"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-07T10:24:23.811Z","updated_at":"2025-07-19T01:37:09.995Z","avatar_url":"https://github.com/GrapesJS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrapesJS Tabs\n\nSimple tabs component plugin for GrapesJS\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"http://grapesjs.com/img/tabs.gif\" alt=\"GrapesJS Tabs\" align=\"center\"/\u003e\u003c/p\u003e\n\n[Demo](http://grapesjs.com/demo.html)\n\n## Requirements\n\n- GrapesJS v0.13.8 or higher\n\n## Summary\n\n- Plugin name: `grapesjs-tabs`\n- Components\n  - `tabs` - Main tabs component\n  - `tab-container` - Component which contains single tabs\n  - `tab` - Single tab component\n  - `tab-content` - Tab's content\n  - `tab-contents` - Component containing tab contents\n- Blocks\n  - `tabs`\n\n## Options\n\nYou can see all the available options [here](https://github.com/artf/grapesjs-tabs/blob/master/src/options.js).\n\n## Download\n\n- CDN\n  - `https://unpkg.com/grapesjs-tabs`\n- NPM\n  - `npm i grapesjs-tabs`\n- GIT\n  - `git clone https://github.com/artf/grapesjs-tabs.git`\n\n## Usage\n\n```html\n\u003clink href=\"https://unpkg.com/grapesjs/dist/css/grapes.min.css\" rel=\"stylesheet\" /\u003e\n\u003cscript src=\"https://unpkg.com/grapesjs\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/grapesjs-tabs.min.js\"\u003e\u003c/script\u003e\n\n\u003cdiv id=\"gjs\"\u003e\u003c/div\u003e\n\n\u003cscript type=\"text/javascript\"\u003e\n  var editor = grapesjs.init({\n      container : '#gjs',\n      ...\n      plugins: ['grapesjs-tabs'],\n      pluginsOpts: {\n        'grapesjs-tabs': {\n          // options\n        }\n      }\n  });\n\u003c/script\u003e\n```\n\n## Development\n\nClone the repository\n\n```sh\n$ git clone https://github.com/artf/grapesjs-tabs.git\n$ cd grapesjs-tabs\n```\n\nInstall dependencies\n\n```sh\n$ npm i\n```\n\nStart the development server\n\n```sh\n$ npm start\n```\n\n## License\n\nBSD 3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrapesjs%2Fcomponents-tabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrapesjs%2Fcomponents-tabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrapesjs%2Fcomponents-tabs/lists"}