@binom/ui-virtual
v1.1.0
Published
Virtual scrolling UI components for Binom Angular projects — virtual table, tree, picklist, select, and shared viewport.
Maintainers
Readme
@binom/ui-virtual
Virtual scrolling UI components for Binom Angular projects — virtual table, tree, picklist, select, and shared viewport.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/ui-virtualPeer Dependencies
Make sure the following peer dependencies are installed in your Angular 21 project:
@angular/common:^21.0.0@angular/core:^21.0.0@angular/cdk:^21.0.0@binom/ui-core:^1.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Container | @binom/ui-virtual/container |
| List | @binom/ui-virtual/list |
| Select | @binom/ui-virtual/select |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/ui-virtual';
// or
import { /* ... */ } from '@binom/ui-virtual/container';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test ui-virtual