Skip to content

Latest commit

 

History

History

README.md

@fundamental-ngx/cdk

npm version Build Status npm Slack REUSE status

Description

@fundamental-ngx/cdk is a set of utilities and Angular directives for building custom UI components with common interaction patterns. It includes DataSource abstractions, ControlValueAccessor helpers, focusable/selectable list utilities, drag-and-drop directives, and more.

See the Component Documentation for examples and API details.

Requirements

Angular 21 or newer. Prior knowledge of Angular is recommended.

Getting Started

ng add @fundamental-ngx/cdk

Import individual modules:

import { DragAndDropModule } from '@fundamental-ngx/cdk/utils';
import { DataSourceModule } from '@fundamental-ngx/cdk/data-source';

Versioning

Check the Breaking Changes for upgrade guidance.

Known Issues

See Issues.

Support

If you encounter an issue, you can create a ticket.

Contributing

See CONTRIBUTING.md for guidelines and NEW_COMPONENT.md for building new components.

License

See LICENSE.txt.