Dialog
draft

in progress...

Loading

Code

HTML

import { NbhdDialog } from '@fbin-web/neighborhood-core';
<nbhd-dialog> dialog </nbhd-dialog>

React

import { NbhdDialog } from '@fbin-web/neighborhood-react';

const App = () => (
  <>
    <NbhdDialog>dialog</NbhdDialog>
  </>
);

Properties

Property Attribute Type Default Description
data data Object Open and Close Button information.

Slots

Name Description
body Content area for body of dialog.
default Content area.
footer Content area for footer of dialog.

Dependencies

This component contains the following components as dependencies.