Movatterモバイル変換


[0]ホーム

URL:


CoreUI Angular Logo
Framework:
Getting startedIntroductionSupport CoreUICustomizeSassOptionsCSS VariablesLayoutBreakpointsContainersGridColumnsGuttersFormsOverviewAutocompletePRODate PickerPRODate Range PickerPROForm ControlSelectMulti SelectPROChecks & RadiosPassword InputPRORangeRange SliderPRORatingPROStepperPROInput GroupFloating LabelsLayoutTime PickerPROValidationComponentsAccordionAlertAvatarBadgeBreadcrumbButtonButton GroupCalendarPROCalloutCardCarouselClose buttonCollapseDropdownFooterHeaderImageList GroupLoading ButtonPROModalNavNavbarOffcanvasPaginationPlaceholderPopoverProgressSmart PaginationPROSmart TablePROSidebarSpinnerTableTabsNewToastTooltipWidgetsIconsChartsTemplatesNewAdmin & DashboardDownloadInstallationCustomizeContentMigrationv4 → v5v3 → v4Angular version


DownloadHire UsGet CoreUI PRO
On this page

Angular Close Button Component

A generic Angular close button directive for dismissing content like modals and alerts.

Examples

Basic

Provide an option to dismiss or close a component withcCloseButton. Default styling is limited, but highly customizable. Modify the Sass variables to replace the default background-image.

Loading...
Loading...

Disabled

Disabled close buttons change theiropacity. We've also appliedpointer-events: none anduser-select: none to preventing hover and active states from triggering.

Loading...
Loading...

White variant

Change the defaultcCloseButton to be white with thewhite boolean property.

Loading...
Loading...

Sizing

Provide default,lg andsm size.

Loading...
Loading...

API reference

ButtonModule

import { ButtonModule } from '@coreui/angular';@NgModule({   imports: [ButtonModule,]})export class AppModule() { }

cButtonClose

directive

Inputs
propdescriptiontypedefault
disableddisabled attributebooleannull
sizeclose button sizesm, lgundefined
whitewhite variantbooleanundefined

CoreUI for Angular is Open Source UI Components Library for Angular.

Currently v5.5.17 Code licensed MIT, docs CC BY 3.0 .
CoreUI PRO requires acommercial license.


[8]ページ先頭

©2009-2025 Movatter.jp