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