We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ffeb7 commit c256beeCopy full SHA for c256bee
packages/react/.storybook/config.js
@@ -16,6 +16,7 @@ import {
16
CARBON_TYPE_TOKEN,
17
} from './addon-carbon-theme/shared';
18
import Container from './Container';
19
+import PackageInfo from './../package.json';
20
21
const customPropertyPrefix = 'cds';
22
@@ -35,7 +36,7 @@ addParameters({
35
36
// display in alphabetic order
37
storySort: (a, b) => a[1].id.localeCompare(b[1].id),
38
theme: {
- brandTitle: 'carbon components react',
39
+ brandTitle: `Carbon Components React v${PackageInfo.version}`,
40
brandUrl:
41
'https://github.com/carbon-design-system/carbon/tree/master/packages/react',
42
},
0 commit comments