Skip to content

Commit 9d2a475

Browse files
update styleguide.config.js
1 parent ec2a2a6 commit 9d2a475

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

styleguide.config.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
const webpack = require('webpack');
2-
const {version} = require('./package');
2+
const {version, name} = require('./package');
33
const path = require('path');
44

55
module.exports = {
6-
title: 'react-dyn-tabs',
6+
title: name,
7+
template: {
8+
head: {
9+
meta: [
10+
{
11+
name: 'description',
12+
content:
13+
'react-dyn-tabs : create responsive and dynamic tabs, supports ARIA accessibility and provides complete control over tab management using hook.',
14+
},
15+
],
16+
},
17+
},
718
getComponentPathLine(componentPath) {
819
return ``;
920
},

0 commit comments

Comments
 (0)