@fundamental-ngx/core is a set of Angular components built on the SAP Design System. It provides base UI components (button, dialog, card, calendar, table, etc.) that can be customized directly in templates.
See the Component Documentation for examples and API details.
Angular 21 or newer. Prior knowledge of Angular is recommended.
ng add @fundamental-ngx/coreImport individual components (standalone by default):
import { ButtonComponent } from '@fundamental-ngx/core/button';
import { DialogModule } from '@fundamental-ngx/core/dialog';Check the Breaking Changes for upgrade guidance.
See Issues.
If you encounter an issue, you can create a ticket.
See CONTRIBUTING.md for guidelines and NEW_COMPONENT.md for building new components.
See LICENSE.txt.