File tree 1 file changed +3
-26
lines changed
packages/components/snippet/stories
1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change @@ -92,32 +92,9 @@ export const MultiLine = {
92
92
args : {
93
93
...defaultProps ,
94
94
children : [
95
- // "npm install @nextui-org/react",
96
- // "yarn add @nextui-org/react",
97
- // "pnpm add @nextui-org/react",
98
- `
99
- {
100
- "name": "Next.js PWA",
101
- "short_name": "NextPWA",
102
- "description": "A Progressive Web App built with Next.js and React",
103
- "start_url": "/",
104
- "display": "standalone",
105
- "background_color": "#ffffff",
106
- "theme_color": "#000000",
107
- "icons": [
108
- {
109
- "src": "/icon-192x192.png",
110
- "sizes": "192x192",
111
- "type": "image/png"
112
- },
113
- {
114
- "src": "/icon-512x512.png",
115
- "sizes": "512x512",
116
- "type": "image/png"
117
- }
118
- ]
119
- }
120
- ` ,
95
+ "npm install @nextui-org/react" ,
96
+ "yarn add @nextui-org/react" ,
97
+ "pnpm add @nextui-org/react" ,
121
98
] ,
122
99
} ,
123
100
} ;
You can’t perform that action at this time.
0 commit comments