Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/components/Divider/SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,18 @@ Content, text or an icon are also not supported on mobile platforms.

## Sample Code

Add the Divider package to your project.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


```ts
npm i @fluentui-react-native/divider
```

### Basic Divider

```ts
import { Divider } from '@fluentui-react-native/divider';
```

```tsx
<>
<Divider /> // This is a horizontal divider with no content.
Expand Down