Skip to content

Commit

Permalink
Remove unexisting variants from pivot demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Aug 17, 2022
1 parent 6f59dce commit 49def74
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/docs/pages/Components/PivotDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,6 @@ export default function PivotDemo() {
</PivotPanels>
</Pivot>
</DemoBox>
<h3>Pills</h3>
<DemoBox>
<Pivot>
<PivotNav variant="pills">
<PivotItem>Tab 1</PivotItem>
<PivotItem>Tab 2</PivotItem>
<PivotItem>Tab 3</PivotItem>
</PivotNav>
<PivotPanels>
<PivotPanel>Content 1</PivotPanel>
<PivotPanel>Content 2</PivotPanel>
<PivotPanel>Content 3</PivotPanel>
</PivotPanels>
</Pivot>
</DemoBox>
<h3>Underline</h3>
<DemoBox>
<Pivot>
<PivotNav variant="underline">
<PivotItem>Tab 1</PivotItem>
<PivotItem>Tab 2</PivotItem>
<PivotItem>Tab 3</PivotItem>
</PivotNav>
<PivotPanels>
<PivotPanel>Content 1</PivotPanel>
<PivotPanel>Content 2</PivotPanel>
<PivotPanel>Content 3</PivotPanel>
</PivotPanels>
</Pivot>
</DemoBox>
</>
);
}

0 comments on commit 49def74

Please sign in to comment.