{"id":13798197,"url":"https://github.com/1-2-3/zorro-sharper","last_synced_at":"2025-05-13T05:31:54.863Z","repository":{"id":40652072,"uuid":"202036883","full_name":"1-2-3/zorro-sharper","owner":"1-2-3","description":"Light-weight directives that power up ng-zorro-antd based on angular (adaptive auto height card and table, simplify form validation, 3d flip card or div transform  etc.) / 让 zorro 组件库更简单、更易用、更强大的指令集","archived":false,"fork":false,"pushed_at":"2024-03-29T05:11:51.000Z","size":11816,"stargazers_count":69,"open_issues_count":1,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-03-29T06:22:25.911Z","etag":null,"topics":["angular","angular-components","angular-directives","angular8","ant-design","antd","enterprise","ng-zorro","ng-zorro-antd","ngx"],"latest_commit_sha":null,"homepage":"https://1-2-3.github.io/zorro-sharper/","language":"TypeScript","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/1-2-3.png","metadata":{"files":{"readme":"README-en_US.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}},"created_at":"2019-08-13T01:19:16.000Z","updated_at":"2024-03-29T06:22:28.607Z","dependencies_parsed_at":"2023-02-18T02:00:58.024Z","dependency_job_id":"ad8b6b71-9a39-4a00-985a-70728347c494","html_url":"https://github.com/1-2-3/zorro-sharper","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1-2-3%2Fzorro-sharper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1-2-3%2Fzorro-sharper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1-2-3%2Fzorro-sharper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1-2-3%2Fzorro-sharper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1-2-3","download_url":"https://codeload.github.com/1-2-3/zorro-sharper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253883119,"owners_count":21978611,"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":["angular","angular-components","angular-directives","angular8","ant-design","antd","enterprise","ng-zorro","ng-zorro-antd","ngx"],"created_at":"2024-08-04T00:00:40.271Z","updated_at":"2025-05-13T05:31:49.846Z","avatar_url":"https://github.com/1-2-3.png","language":"TypeScript","funding_links":[],"categories":["Ecosystem"],"sub_categories":["Enhancements"],"readme":"# ZORRO Sharper\n\n\u003e simpler, easier, more powerful ng-zorro by directives\n\n[![](https://img.shields.io/npm/v/zorro-sharper)](https://www.npmjs.com/package/zorro-sharper)\n[![GitHub](https://img.shields.io/github/license/1-2-3/zorro-sharper)](https://github.com/1-2-3/zorro-sharper#License)\n[![npm bundle size](https://img.shields.io/bundlephobia/min/zorro-sharper)](https://img.shields.io/bundlephobia/min/zorro-sharper)\n\nEnhance and simplify [NG-ZORRO](https://github.com/NG-ZORRO/ng-zorro-antd) in a lightweight way.\n\nEnglish | [简体中文](README.md)\n\n## Features\n\n- Adaptive height card and DIV\n- Adaptive height tab\n- Adaptive height table\n- Simplified drop-down box physical pagination\n- Drop-down box auto assignment\n- Simplify form validation info\n- Simplify form validation feedback\n- 3D flip card\n\n\u003cimg src=\"src/assets/auto-height-card.gif\" width = '500px'/\u003e\n\n![](src/assets/flip-card-sm.gif)\n\n## Installation\n\n```sh\nnpm install zorro-sharper --save\n```\n\n## Usage\n\nImport the ZorroSharperModule into every module where you want to use the directives.\n\n```ts\nImport { NgModule } from \"@angular/core\";\nImport { NgZorroAntdModule } from \"ng-zorro-antd\";\nImport { ZorroSharperModule } from \"zorro-sharper\";\n\n@NgModule({\n  Imports: [NgZorroAntdModule, ZorroSharperModule],\n  Declarations: [],\n  Exports: []\n})\nExport class DirectiveDemoModule {}\n```\n\nUse directives and components where needed.\n\n```html\n\u003cnz-card nsAutoHeightCard nzHoverable nzTitle=\"Adaptive Height Card\"\u003e\n  \u003cp\u003e\n    Just add the \"nsAutoHeightCard\" directive to extend the bottom of the nz-card to the bottom of\n    the page.\n  \u003c/p\u003e\n\u003c/nz-card\u003e\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1-2-3%2Fzorro-sharper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1-2-3%2Fzorro-sharper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1-2-3%2Fzorro-sharper/lists"}