diff --git a/packages/ibm-products-web-components/src/components/about-modal/_story-assets/ansible-logo.png b/packages/ibm-products-web-components/src/components/about-modal/_story-assets/ansible-logo.png
new file mode 100644
index 0000000000..c3e9f49a89
Binary files /dev/null and b/packages/ibm-products-web-components/src/components/about-modal/_story-assets/ansible-logo.png differ
diff --git a/packages/ibm-products-web-components/src/components/about-modal/_story-assets/example-logo.svg b/packages/ibm-products-web-components/src/components/about-modal/_story-assets/example-logo.svg
new file mode 100644
index 0000000000..1026d9dbf4
--- /dev/null
+++ b/packages/ibm-products-web-components/src/components/about-modal/_story-assets/example-logo.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/packages/ibm-products-web-components/src/components/about-modal/_story-assets/grafana-logo.png b/packages/ibm-products-web-components/src/components/about-modal/_story-assets/grafana-logo.png
new file mode 100644
index 0000000000..c8659494f8
Binary files /dev/null and b/packages/ibm-products-web-components/src/components/about-modal/_story-assets/grafana-logo.png differ
diff --git a/packages/ibm-products-web-components/src/components/about-modal/_story-assets/js-logo.png b/packages/ibm-products-web-components/src/components/about-modal/_story-assets/js-logo.png
new file mode 100644
index 0000000000..d9393792c4
Binary files /dev/null and b/packages/ibm-products-web-components/src/components/about-modal/_story-assets/js-logo.png differ
diff --git a/packages/ibm-products-web-components/src/components/about-modal/about-modal.mdx b/packages/ibm-products-web-components/src/components/about-modal/about-modal.mdx
new file mode 100644
index 0000000000..51a923d8ec
--- /dev/null
+++ b/packages/ibm-products-web-components/src/components/about-modal/about-modal.mdx
@@ -0,0 +1,32 @@
+import { ArgTypes, Markdown, Meta } from '@storybook/blocks';
+import { cdnJs, cdnCss } from '../../globals/internal/storybook-cdn';
+import * as AboutModalStories from './about-modal.stories';
+
+
+
+# Tearsheet
+
+Tearsheets keep users in-context of a page while performing tasks like
+navigating, editing, viewing details, or configuring something new.
+
+## Getting started
+
+Here's a quick example to get you started.
+
+### JS (via import)
+
+```javascript
+import '@carbon/ibm-products-web-components/es/components/about-modal/index.js';
+```
+
+
+### HTML
+
+```html
+
+
+```
+
+## `` attributes, properties and events
+
+
diff --git a/packages/ibm-products-web-components/src/components/about-modal/about-modal.scss b/packages/ibm-products-web-components/src/components/about-modal/about-modal.scss
new file mode 100644
index 0000000000..e6d30a58d0
--- /dev/null
+++ b/packages/ibm-products-web-components/src/components/about-modal/about-modal.scss
@@ -0,0 +1,117 @@
+/*
+* Copyright IBM Corp. 2023, 2024
+*
+* This source code is licensed under the Apache-2.0 license found in the
+* LICENSE file in the root directory of this source tree.
+*/
+
+$css--plex: true !default;
+
+/* Other Carbon settings. */
+@use '@carbon/styles' as styles;
+@use '@carbon/styles/scss/reset';
+@use '@carbon/styles/scss/breakpoint' as *;
+@use '@carbon/styles/scss/config' as *;
+@use '@carbon/styles/scss/motion' as *;
+@use '@carbon/styles/scss/spacing' as *;
+@use '@carbon/themes/scss/themes';
+@use '@carbon/styles/scss/theme' as *;
+@use '@carbon/styles/scss/type';
+@use '@carbon/styles/scss/utilities';
+@use '@carbon/styles/scss/utilities/ai-gradient' as *;
+@use '@carbon/styles/scss/components/modal' as *;
+@use '@carbon/styles/scss/utilities/convert' as *;
+@use 'sass:map';
+
+$prefix: 'c4p';
+$carbon-prefix: 'cds';
+
+@use '@carbon/ibm-products-styles/scss/components/AboutModal/index' as *;
+
+:host(#{$prefix}-about-modal) {
+ .#{$prefix}--about-modal__logo {
+ margin: $spacing-05 $spacing-05 $spacing-07 $spacing-05;
+ }
+ #{$carbon-prefix}-modal-header {
+ padding: 0 20% 0 $spacing-05;
+ grid-row: auto;
+ margin-block-end: 0;
+ }
+ #{$carbon-prefix}-modal-body {
+ @include type.type-style('body-compact-02');
+
+ overflow: hidden auto;
+ grid-row: auto;
+ min-block-size: $spacing-10;
+ padding-block-start: 0;
+ padding-inline: $spacing-05 20%;
+ &:not(.#{$prefix}--about-modal-scroll-content) {
+ margin-block-end: $spacing-06;
+ padding-block-end: 0;
+ }
+ &.#{$prefix}--about-modal-scroll-content {
+ @extend .#{$carbon-prefix}--modal-scroll-content;
+ }
+ }
+
+ #{$carbon-prefix}-modal-heading {
+ @include type.type-style('heading-04');
+
+ color: $text-primary;
+ margin-block-end: $spacing-02;
+ }
+
+ .#{$prefix}--about-modal__version {
+ color: $text-secondary;
+ }
+
+ .#{$prefix}--about-modal__content,
+ .#{$prefix}--about-modal__copyright-text {
+ @include type.type-style('label-01');
+
+ color: $text-secondary;
+ margin-block: $spacing-06 0;
+ }
+
+ .#{$prefix}--about-modal__copyright-text {
+ margin-block-start: $spacing-05;
+ }
+
+ .#{$prefix}--about-modal__content:first-child,
+ .#{$prefix}--about-modal__copyright-text:first-child {
+ margin-block-start: $spacing-07;
+ }
+ #{$carbon-prefix}-link {
+ display: inline-flex;
+ }
+ .#{$prefix}--about-modal__links-container {
+ @include type.type-style('body-compact-01');
+
+ margin-block-start: $spacing-06;
+ #{$carbon-prefix}-link + #{$carbon-prefix}-link {
+ border-inline-start: 1px solid $border-strong-01;
+ margin-inline-start: $spacing-03;
+ padding-inline-start: $spacing-03;
+ }
+ }
+ #{$carbon-prefix}-modal-footer {
+ @include styles.theme(styles.$g100);
+
+ display: block;
+ padding: $spacing-05;
+ background-color: $layer-02;
+ block-size: auto;
+ .#{$prefix}--about-modal__footer-label {
+ @include type.type-style('label-01');
+
+ color: $text-secondary;
+ margin-block-end: $spacing-02;
+ }
+ .#{$prefix}--about-modal__footer--tech-logo {
+ block-size: $spacing-06;
+ inline-size: $spacing-06;
+ margin-inline-end: $spacing-03;
+ object-fit: contain;
+ }
+ }
+}
diff --git a/packages/ibm-products-web-components/src/components/about-modal/about-modal.stories.ts b/packages/ibm-products-web-components/src/components/about-modal/about-modal.stories.ts
new file mode 100644
index 0000000000..1762b34298
--- /dev/null
+++ b/packages/ibm-products-web-components/src/components/about-modal/about-modal.stories.ts
@@ -0,0 +1,279 @@
+/**
+ * @license
+ *
+ * Copyright IBM Corp. 2024, 2024
+ *
+ * This source code is licensed under the Apache-2.0 license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+import { html, TemplateResult } from 'lit';
+import './index';
+import { prefix } from '../../globals/settings';
+import '@carbon/web-components/es/components/button/index.js';
+import styles from './story-styles.scss?lit';
+import ExampleLogo from './_story-assets/example-logo.svg';
+import ansibleLogo from './_story-assets/ansible-logo.png';
+import grafanaLogo from './_story-assets/grafana-logo.png';
+import jsLogo from './_story-assets/js-logo.png';
+import '@carbon/web-components/es/components/link/index.js';
+
+const storyPrefix = 'about-modal-stories__';
+const blockClass = `${prefix}--about-modal`;
+const openModal = () => {
+ document.querySelector(`${prefix}-about-modal`)?.setAttribute('open', '');
+};
+
+const argTypes = {
+ closeIconDescription: {
+ control: 'text',
+ description: 'The accessibility title for the close icon.',
+ },
+ copyrightText: {
+ control: 'text',
+ description:
+ 'Trademark and copyright information. Displays first year of product release to current year.',
+ },
+ logo: {
+ control: false,
+ description: 'A visual symbol used to represent the product.',
+ },
+ title: {
+ control: 'select',
+ description: 'label',
+ options: {
+ 'No label': 0,
+ 'Shorter label': 1,
+ 'Longer label': 2,
+ },
+ },
+ version: {
+ control: 'text',
+ description:
+ 'Text that provides information on the version number of your product.',
+ },
+ additionalInfo: {
+ control: 'select',
+ description:
+ 'If you are legally required to display logos of technologies used to build your product you can provide this in the additionalInfo. Additional information will be displayed in the footer.',
+ options: {
+ 'no additional info': 0,
+ 'powered by logos': 1,
+ },
+ },
+ content: {
+ control: 'select',
+ description:
+ 'Subhead text providing any relevant product disclaimers including legal information (optional)',
+ options: {
+ 'no content': 0,
+ 'short content': 1,
+ 'medium content': 2,
+ 'long content': 3,
+ },
+ },
+ links: {
+ control: 'select',
+ description:
+ 'An array of Carbon `Link` component if there are additional information to call out within the card. The about modal should be used to display the product information and not where users go to find help (optional) text providing any relevant product disclaimers including legal information (optional)',
+ options: {
+ none: 0,
+ 'one link': 1,
+ 'two links': 2,
+ 'three links': 3,
+ },
+ },
+ modalAriaLabel: {
+ control: 'text',
+ description: 'Specifies aria label for AboutModal',
+ },
+};
+
+const logo = html`
+
+`;
+
+const getTitle = (index) => {
+ switch (index) {
+ case 0:
+ return html`IBM Product name`;
+ case 1:
+ return html`IBM Product name example that is longer than one line`;
+ case 2:
+ return html`IBM Product name`;
+ default:
+ return null;
+ }
+};
+
+const getAdditionalInfo = (index) => {
+ switch (index) {
+ case 1:
+ return html`
+
Powered by
+
+
+
+ `;
+ default:
+ return null;
+ }
+};
+
+const getContent = (index) => {
+ switch (index) {
+ case 1:
+ return html`This Web site contains proprietary notices and copyright
+ information, the terms of which must be observed and followed.`;
+ case 2:
+ return html`This Web site contains proprietary notices and copyright
+ information, the terms of which must be observed and followed. Please see
+ the tab entitled 'Copyright and trademark information' for related
+ information. IBM grants you a non-exclusive, non-transferable, limited
+ permission to access and display the Web pages within this site as a
+ customer or potential customer of IBM provided you comply with these Terms
+ of Use, and all copyright, trademark, and other proprietary notices remain
+ intact.`;
+ case 3:
+ return html`This Web site contains proprietary notices and copyright
+ information, the terms of which must be observed and followed. Please see
+ the tab entitled 'Copyright and trademark information' for related
+ information. IBM grants you a non-exclusive, non-transferable, limited
+ permission to access and display the Web pages within this site as a
+ customer or potential customer of IBM provided you comply with these Terms
+ of Use, and all copyright, trademark, and other proprietary notices remain
+ intact. You may only use a crawler to crawl this Web site as permitted by
+ this Web site's robots.txt protocol, and IBM may block any crawlers in its
+ sole discretion. The use authorized under this agreement is non-commercial
+ in nature (e.g., you may not sell the content you access on or through
+ this Web site.) All other use of this site is prohibited. Except for the
+ limited permission in the preceding paragraph, IBM does not grant you any
+ express or implied rights or licenses under any patents, trademarks,
+ copyrights, or other proprietary or intellectual property rights. You may
+ not mirror any of the content from this site on another Web site or in any
+ other media. Any software and other materials that are made available for
+ downloading, access, or other use from this site with their own license
+ terms will be governed by such terms, conditions, and notices. Your
+ failure to comply with such terms or any of the terms on this site will
+ result in automatic termination of any rights granted to you, without
+ prior notice, and you must immediately destroy all copies of downloaded
+ materials in your possession, custody or control. This Web site contains
+ proprietary notices and copyright information, the terms of which must be
+ observed and followed. Please see the tab entitled “Copyright and
+ trademark information” for related information. IBM grants you a
+ non-exclusive, non-transferable, limited permission to access and display
+ the Web pages within this site as a customer or potential customer of IBM
+ provided you comply with these Terms of Use, and all copyright, trademark,
+ and other proprietary notices remain intact. You may only use a crawler to
+ crawl this Web site as permitted by this Web site’s robots.txt protocol,
+ and IBM may block any crawlers in its sole discretion. The use authorized
+ under this agreement is non-commercial in nature (e.g., you may not sell
+ the content you access on or through this Web site.) All other use of this
+ site is prohibited. Except for the limited permission in the preceding
+ paragraph, IBM does not grant you any express or implied rights or
+ licenses under any patents, trademarks, copyrights, or other proprietary
+ or intellectual property rights. You may not mirror any of the content
+ from this site on another Web site or in any other media. Any software and
+ other materials that are made available for downloading, access, or other
+ use from this site with their own license terms will be governed by such
+ terms, conditions, and notices. Your failure to comply with such terms or
+ any of the terms on this site will result in automatic termination of any
+ rights granted to you, without prior notice, and you must immediately
+ destroy all copies of downloaded materials in your possession, custody or
+ control.`;
+ default:
+ return null;
+ }
+};
+
+const getLinks = (index) => {
+ if (index > 0) {
+ const links: TemplateResult[] = [];
+ for (let i = 0; i < index; i++) {
+ const link = html` Link action `;
+ links.push(link);
+ }
+ return links;
+ } else {
+ return null;
+ }
+};
+
+const renderTemplate = (args) => {
+ return html`
+
+