mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Adjust preserveWhitespace example
This commit is contained in:
parent
861fb9dfb2
commit
103fc7a608
@ -3,6 +3,7 @@ import { Component } from '@angular/core';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'component-with-whitespace',
|
selector: 'component-with-whitespace',
|
||||||
|
preserveWhitespaces: true,
|
||||||
template: ` <div>
|
template: ` <div>
|
||||||
<p>Some content</p>
|
<p>Some content</p>
|
||||||
</div>`,
|
</div>`,
|
||||||
@ -12,11 +13,6 @@ class ComponentWithWhitespace {}
|
|||||||
export default {
|
export default {
|
||||||
// title: 'Core / Parameters / With Bootstrap Options',
|
// title: 'Core / Parameters / With Bootstrap Options',
|
||||||
component: ComponentWithWhitespace,
|
component: ComponentWithWhitespace,
|
||||||
parameters: {
|
|
||||||
bootstrapOptions: {
|
|
||||||
preserveWhitespaces: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
} as Meta;
|
} as Meta;
|
||||||
|
|
||||||
export const WithPreserveWhitespaces: StoryFn = (_args) => ({});
|
export const WithPreserveWhitespaces: StoryFn = (_args) => ({});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user