Skip to content

Commit

Permalink
docs: update Line to v2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Jul 12, 2023
1 parent 32c8794 commit a6fa740
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
16 changes: 16 additions & 0 deletions docs/pages/components/Line.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Line
description: A primitive component to display a divider line.
source: https://github.com/dequelabs/cauldron/tree/develop/packages/react/src/components/Line/index.tsx
---

import { Line } from '@deque/cauldron-react'

## Examples

```jsx example
<Line />
```

## Props
<ComponentProps className={true} />
19 changes: 0 additions & 19 deletions docs/patterns/components/Line/index.js

This file was deleted.

0 comments on commit a6fa740

Please sign in to comment.