File tree Expand file tree Collapse file tree 6 files changed +54
-0
lines changed Expand file tree Collapse file tree 6 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ Copyright (c) 2018, salesforce.com, inc.
3+ All rights reserved.
4+ SPDX-License-Identifier: MIT
5+ For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6+ -->
7+ < template >
8+ < slot > </ slot >
9+ </ template >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2018, salesforce.com, inc.
3+ * All rights reserved.
4+ * SPDX-License-Identifier: MIT
5+ * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6+ */
7+ import { LightningElement } from 'lwc' ;
8+
9+ export default class ModalBody extends LightningElement { }
Original file line number Diff line number Diff line change 1+ <!--
2+ Copyright (c) 2018, salesforce.com, inc.
3+ All rights reserved.
4+ SPDX-License-Identifier: MIT
5+ For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6+ -->
7+ < template >
8+ < slot > </ slot >
9+ </ template >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2018, salesforce.com, inc.
3+ * All rights reserved.
4+ * SPDX-License-Identifier: MIT
5+ * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6+ */
7+ import { LightningElement } from 'lwc' ;
8+
9+ export default class ModalFooter extends LightningElement { }
Original file line number Diff line number Diff line change 1+ <!--
2+ Copyright (c) 2018, salesforce.com, inc.
3+ All rights reserved.
4+ SPDX-License-Identifier: MIT
5+ For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6+ -->
7+ < template > </ template >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2018, salesforce.com, inc.
3+ * All rights reserved.
4+ * SPDX-License-Identifier: MIT
5+ * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6+ */
7+ import { LightningElement , api } from 'lwc' ;
8+
9+ export default class ModalHeader extends LightningElement {
10+ @api label ;
11+ }
You can’t perform that action at this time.
0 commit comments