Skip to content

Commit bf04970

Browse files
committed
remove one page + two page stories
1 parent b9848c6 commit bf04970

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/uui-pagination/lib/uui-pagination.story.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@ export const AAAOverview: Story = () =>
2020
html` <uui-pagination .total=${100}></uui-pagination> `;
2121
AAAOverview.storyName = 'Overview';
2222

23-
export const TwoPages: Story = () =>
24-
html` <uui-pagination .total=${2}></uui-pagination> `;
25-
26-
TwoPages.parameters = {
27-
docs: {
28-
source: {
29-
code: `
30-
<uui-pagination total="2"></uui-pagination>`,
31-
},
32-
},
33-
};
34-
35-
export const OnePage: Story = () => html` <uui-pagination></uui-pagination> `;
36-
3723
export const Resize: Story = () => html`
3824
<h4>
3925
Resize the orange container to see how the number of pagination buttons

0 commit comments

Comments
 (0)