ngx-components 3.0.0-pr15.8
Install from the command line:
Learn more about npm packages
$ npm install @shiftcode/ngx-components@3.0.0-pr15.8
Install via package.json:
"@shiftcode/ngx-components": "3.0.0-pr15.8"
About this version
Contains angular components and directives which are usable across different projects.
All components use changeDetection: ChangeDetectionStrategy.OnPush
Autofocus an element when building the view.
Custom button component to fix a bug in Safari/Firefox
Event emitter for clicks outside an element.
Visualize focused element when using tab to navigate. Can be customized with css custom properties:
:root {
--sc-flying-focus-gap: -4px;
--sc-flying-focus-box-shadow: 0 0 0 2px black;
--sc-flying-focus-border-radius: 0;
}
Animated change height of a container triggered by a custom value.
Load SVGs when used and add as svg to the DOM.
Autosize the textarea while typing and/or programmatic value changes.
Simple Text Tooltip. Can be customized with css custom properties:
:root {
--sc-tooltip-background: #888;
--sc-tooltip-color: #eee;
--sc-tooltip-border-radius: 4px;
--sc-tooltip-font-size: 12px;
--sc-tooltip-line-height: 16px;
--sc-tooltip-padding: 4px 8px;
}
Details
- ngx-components
-
shiftcode
- over 2 years ago
- MIT
- 8 dependencies
Assets
- ngx-components-3.0.0-pr15.8.tgz
Download activity
- Total downloads 1
- Last 30 days 0
- Last week 0
- Today 0