UNPKG

sa-modals

Version:

Angular Modal Library: A versatile and accessible modal component for Angular applications, designed to enhance user experience with smooth animations and responsive design. This library leverages Angular's CDK to create dynamic overlays, ensuring seamles

46 lines (45 loc) 1.94 kB
{ "name": "sa-modals", "version": "1.0.0", "peerDependencies": { "@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", "@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", "@angular/cdk": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "keywords": [ "Angular", "Modal", "Dialog", "Overlay", "Accessibility", "Responsive", "Customizable", "EventEmitter", "CDK", "Animation", "CSS Variables", "Focus Trap", "User Experience (UX)", "Backdrop", "Scroll Strategy" ], "author": "Ahmed Abdo <devahmedabdo@gmail.com>", "description": "Angular Modal Library: A versatile and accessible modal component for Angular applications, designed to enhance user experience with smooth animations and responsive design. This library leverages Angular's CDK to create dynamic overlays, ensuring seamless integration with your existing projects. With customizable options such as width, backdrop behavior, and animation duration, developers can easily tailor the modal's appearance and functionality to meet their specific needs. The library emphasizes accessibility by implementing focus trapping and keyboard navigation, making it suitable for all users. Utilize CSS variables for easy color customization, ensuring your modal aligns with your application's branding. Perfect for displaying alerts, confirmations, and forms, this modal library simplifies dialog management while maintaining a polished and professional look.", "sideEffects": false, "module": "fesm2022/sa-modal.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/sa-modal.mjs", "esm": "./esm2022/sa-modal.mjs", "default": "./fesm2022/sa-modal.mjs" } } }