{"id":17724241,"url":"https://github.com/adisreyaj/zigzag-ui","last_synced_at":"2025-09-06T00:37:10.867Z","repository":{"id":41502611,"uuid":"447913754","full_name":"adisreyaj/zigzag-ui","owner":"adisreyaj","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-21T16:43:14.000Z","size":492,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T17:57:33.130Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adisreyaj.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":"2022-01-14T09:36:17.000Z","updated_at":"2024-06-08T20:25:14.000Z","dependencies_parsed_at":"2023-01-21T09:02:33.615Z","dependency_job_id":null,"html_url":"https://github.com/adisreyaj/zigzag-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adisreyaj/zigzag-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fzigzag-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fzigzag-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fzigzag-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fzigzag-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adisreyaj","download_url":"https://codeload.github.com/adisreyaj/zigzag-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fzigzag-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842804,"owners_count":25177920,"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-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2024-10-25T15:46:16.437Z","updated_at":"2025-09-06T00:37:10.823Z","avatar_url":"https://github.com/adisreyaj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zigzag\n\n## Getting Started\n\n### 1. Submodule setup\n\n```sh\ngit submodule add https://github.com/adisreyaj/zigzag.git\n```\n\n### 2. Install deps\nInstall peer dependencies manually\n\n```sh\nnpm i @floating-ui/dom\nnpm install\n```\n\n### 3. Include styles\nInclude the style in the `angular.json` config.\n\n```json\n{\n  \"styles\": [\n    \"zigzag/projects/zigzag/styles/components/index.scss\"\n  ]\n}\n```\n\n\n### 4. Update Tailwind config\n\nUpdate the tailwind config to also include code from zigzag.\nAlso add the colors used by the components.\n\n```js\nmodule.exports = {\n  content: [\n    ...\n    'zigzag/**/*.{ts,html}', //\u003c-- add this\n  ],\n  theme: {\n    extend: {\n      colors: {\n        primary: 'var(--primary)',\n        'primary-transparent-10': 'var(--primary-transparent-10)',\n      },\n    },\n  },\n  plugins: [require('@tailwindcss/line-clamp')],\n};\n```\n\n### 5. Add CSS Variables\nAdd required CSS Variables to the `styles.scss` file.\n\n```\n:root {\n  --primary: hsl(207, 82%, 42%);\n  --primary-transparent-10: hsla(207, 82%, 42%, 10%);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadisreyaj%2Fzigzag-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadisreyaj%2Fzigzag-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadisreyaj%2Fzigzag-ui/lists"}