From d950fd885da450a222b1355df67bf7862daaabc8 Mon Sep 17 00:00:00 2001 From: Monica Rivera Date: Mon, 21 Aug 2023 14:29:36 -0700 Subject: [PATCH] Add dependency an import --- packages/components/Divider/SPEC.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.