diff --git a/packages/components/Divider/SPEC.md b/packages/components/Divider/SPEC.md index 8bfa349a0f..810e126149 100644 --- a/packages/components/Divider/SPEC.md +++ b/packages/components/Divider/SPEC.md @@ -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. + +```ts +npm i @fluentui-react-native/divider +``` + ### Basic Divider +```ts +import { Divider } from '@fluentui-react-native/divider'; +``` + ```tsx <> // This is a horizontal divider with no content.