UNPKG

@nifi-fds/core

Version:

The Apache NiFi Flow Design System module is an atomic reusable platform providing consistent set of UI/UX components for open source friendly web applications to consume.

34 lines (30 loc) 1.42 kB
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <fds-snackbar> <fds-snackbar-title *ngIf="title"> <button class="coaster-close-icon" mat-icon-button (click)="cancel()"> <mat-icon color="primary">close</mat-icon> </button> <i *ngIf="icon" class="{{icon}} fds-coaster-icon" aria-hidden="true"></i> <div class="ellipsis" fxLayout="row" title="{{title}}" fxLayoutAlign="space-between center"> {{title}} </div> </fds-snackbar-title> <fds-snackbar-content title="{{message}}" class="fds-coaster-message tc-grey-700"> {{message}} </fds-snackbar-content> <fds-snackbar-actions> </fds-snackbar-actions> </fds-snackbar>