{"id":45754813,"url":"https://github.com/aziontech/azion-theme","last_synced_at":"2026-02-25T20:00:57.709Z","repository":{"id":235882235,"uuid":"729279534","full_name":"aziontech/azion-theme","owner":"aziontech","description":" The shared stylesheet for Azion's projects.","archived":false,"fork":false,"pushed_at":"2026-02-20T13:14:07.000Z","size":3757,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-20T17:41:02.333Z","etag":null,"topics":["css","design","pattern","style","stylesheet","tailwind","theme","user-experience","ux-engineering"],"latest_commit_sha":null,"homepage":"https://www.azion.com","language":"SCSS","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/aziontech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-08T19:46:53.000Z","updated_at":"2026-01-29T17:36:39.000Z","dependencies_parsed_at":"2024-08-18T19:50:30.775Z","dependency_job_id":"54f4ad79-7a4c-44a7-9a6d-4443aece8e22","html_url":"https://github.com/aziontech/azion-theme","commit_stats":null,"previous_names":["aziontech/azion-theme","aziontech/theme"],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/aziontech/azion-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fazion-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fazion-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fazion-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fazion-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aziontech","download_url":"https://codeload.github.com/aziontech/azion-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aziontech%2Fazion-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29837413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","design","pattern","style","stylesheet","tailwind","theme","user-experience","ux-engineering"],"created_at":"2026-02-25T20:00:57.041Z","updated_at":"2026-02-25T20:00:57.701Z","avatar_url":"https://github.com/aziontech.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003eazion-theme\u003c/h1\u003e\n\n![production](https://github.com/aziontech/azion-theme/actions/workflows/release.yml/badge.svg)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg\n        src=\"./doc/cover-image.png\"\n        width=\"1200px\"\n    /\u003e\n\u003c/p\u003e\n\nThe Azion Theme repository is focused on sharing our style kit across interfaces and should be used in all company projects, including Azion Console Kit, Azion Site, Landing Pages, and all user interactions with Azion.\n\n## Easy to Install\n\nTo install the `azion-theme` project, you need to follow the command. Choose one of your preferences: npm or yarn:\n\n```bash\nnpm install azion-theme --save\n# or\nyarn add azion-theme\n```\n\nAlternatively, you can configure the `package.json` file by adding the dependency:\n\n```json\n{\n  \"dependencies\": {\n    \"azion-theme\": \"^1.4.0\"\n  }\n}\n```\n\nAfter updating the `package.json` file, run `npm install` in the root of your project to install the Azion Theme.\n\n### Easy to Connect with Front-End Project\n\nTo integrate the Azion Theme into your front-end project, you need to import the theme files in your project's entry point file (App.vue, main.js, index.js, etc.):\n\n```javascript\nimport 'azion-theme/dark';\nimport 'azion-theme/light';\n```\n\nMake sure to include these imports at the top of your entry point file to ensure the styles are applied correctly throughout your application.\n\n## How to Develop Locally\n\nTo work locally, you should clone both the `azion-theme` repository and the other repository where the theme will be used.\n\n### Example:\n\nIn this example, we will use the [azion-webkit](https://github.com/aziontech/azion-webkit) repository:\n\n1. Clone the `azion-webkit` and `azion-theme` repositories:\n  \n  ```bash\n  git clone https://github.com/aziontech/azion-webkit.git\n  git clone https://github.com/aziontech/azion-theme.git\n  ```\n\n2. Install dependencies and create the link point:\n  \n  ```bash\n  cd ./azion-theme \u0026\u0026 npm i \u0026\u0026 npm link\n  ```\n\n3. Link the `azion-theme` to the `azion-webkit` project:\n  \n  ```bash\n  cd ../azion-webkit \u0026\u0026 npm i \u0026\u0026 npm link azion-theme\n  ```\n\nAny modifications made to `azion-theme` will be reflected on this development server with hot reload.\n\n## Links\n\n- [PrimeVue](https://v3.primevue.org/)\n- [PrimeVue Sass Theme](https://github.com/primefaces/primevue-sass-theme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziontech%2Fazion-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faziontech%2Fazion-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faziontech%2Fazion-theme/lists"}