We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9848c6 commit bf04970Copy full SHA for bf04970
packages/uui-pagination/lib/uui-pagination.story.ts
@@ -20,20 +20,6 @@ export const AAAOverview: Story = () =>
20
html` <uui-pagination .total=${100}></uui-pagination> `;
21
AAAOverview.storyName = 'Overview';
22
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
37
export const Resize: Story = () => html`
38
<h4>
39
Resize the orange container to see how the number of pagination buttons
0 commit comments