{"id":14996233,"url":"https://github.com/barbwire-1/zstack_patternmaker","last_synced_at":"2026-02-15T04:32:18.354Z","repository":{"id":206833504,"uuid":"717799533","full_name":"BarbWire-1/ZStack_PatternMaker","owner":"BarbWire-1","description":"An easy to use Pattern-Maker using Vanilla JS, CSS, HTML","archived":false,"fork":false,"pushed_at":"2023-11-15T08:56:27.000Z","size":338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T12:46:06.849Z","etag":null,"topics":["custom-property","pattern-maker","web-component","z-stack"],"latest_commit_sha":null,"homepage":"https://zstack-pattern-maker.netlify.app","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/BarbWire-1.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":"2023-11-12T16:29:53.000Z","updated_at":"2023-11-14T17:26:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c81f751-2a22-4af9-bb3f-beef2f3a98ba","html_url":"https://github.com/BarbWire-1/ZStack_PatternMaker","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"dd5b9be59af0fe1a1ab541034ec76d3ce79fb11f"},"previous_names":["barbwire-1/zstack_patternmaker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BarbWire-1/ZStack_PatternMaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BarbWire-1%2FZStack_PatternMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BarbWire-1%2FZStack_PatternMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BarbWire-1%2FZStack_PatternMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BarbWire-1%2FZStack_PatternMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BarbWire-1","download_url":"https://codeload.github.com/BarbWire-1/ZStack_PatternMaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BarbWire-1%2FZStack_PatternMaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274640930,"owners_count":25322843,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["custom-property","pattern-maker","web-component","z-stack"],"created_at":"2024-09-24T16:33:37.397Z","updated_at":"2026-02-15T04:32:18.311Z","avatar_url":"https://github.com/BarbWire-1.png","language":"JavaScript","readme":"\n## A simple Pattern-Creator...\nbased on the reuse of a z-stack web-component\n(vanilla JS, CSS, HTML)\n\nFor more details have a look at the [DOCUMENTATION](/documentation.txt)\n\n***\n\nTo play with the idea click the button to an example on netlify:\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/792f24bb-caf9-4a6b-98c1-9fcff4261772/deploy-status)](https://zstack-pattern-maker.netlify.app)\n\n\n\nThe example below was initialised like:\n\n```js\nconst elements = `\n    \u003cdiv class=\"square one\"\u003e\u003c/div\u003e\n    \u003cdiv class=\"square two\"\u003e\u003c/div\u003e\n    \u003cdiv class=\"square three\"\u003e\u003c/div\u003e\n    \u003cdiv class=\"square four\"\u003e\u003c/div\u003e\n    \u003cdiv class=\"square five\"\u003e\u003c/div\u003e\n    \u003cdiv class=\"square six\"\u003e\u003c/div\u003e\n`;\n\nconst zStackGrid = new ZStackGrid({\n\n\tparentId: 'container', // required\n\trows: 6, // optional - default 6\n\tcolumns: 6, // optional - default 6\n\talignment: 'bottom-right', // optional - default 'default' (same as 'center')\n\tmirrorType: 'both', // optional - default 'none'\n\tcontent: elements, // optional -default ''\n});\n```\n\n... and the elements tweaked in CSS\n\n***\n![ZStack-Pattern-Maker, example of usage](/ZStack/ZStack_PatternMaker.png)\n\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eLicense\u003cb\u003e\u003c/summary\u003e\nMIT License\n\nCopyright (c) 2023 BarbWire-1\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE..\u003c/br\u003e\n    \u003c/details\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarbwire-1%2Fzstack_patternmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarbwire-1%2Fzstack_patternmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarbwire-1%2Fzstack_patternmaker/lists"}