Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Nov 4, 2023
1 parent a438fe7 commit 0aacac5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/docs/Components/divider.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import { Divider } from "react-native-ficus-ui";

## Usage

<ExpoLayout id="divider" />

## Props

Extends all `Box` props, except background properties.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function HomepageHeader() {
Get started
</Link>
</div>
<p style={{fontSize: 20, fontWeight: 'bold', marginTop: 20}}>🎉 Bêta version available ! 🎉</p>
<p style={{fontSize: 20, fontWeight: 'bold', marginTop: 20}}>🎉 Beta version available ! 🎉</p>
</div>
</header>
);
Expand Down
2 changes: 1 addition & 1 deletion docs/static/iframes/center-dark.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<div data-snack-id="@bearstudio/ficus-ui-center" data-snack-platform="web" data-snack-preview="true" data-snack-theme="dark" style="overflow:hidden;background:#0C0D0E;border:1px solid var(--color-border);border-radius:4px;height:600px;width:100%"></div>
<div data-snack-id="@bearstudio/ficus-ui-center" data-snack-platform="ios" data-snack-preview="true" data-snack-theme="dark" style="overflow:hidden;background:#0C0D0E;border:1px solid var(--color-border);border-radius:4px;height:505px;width:100%"></div>
<script async src="https://snack.expo.dev/embed.js"></script>
2 changes: 1 addition & 1 deletion docs/static/iframes/center.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<div data-snack-id="@bearstudio/ficus-ui-center" data-snack-platform="web" data-snack-preview="true" data-snack-theme="light" style="overflow:hidden;background:#fbfcfd;border:1px solid var(--color-border);border-radius:4px;height:600px;width:100%"></div>
<div data-snack-id="@bearstudio/ficus-ui-center" data-snack-platform="ios" data-snack-preview="true" data-snack-theme="light" style="overflow:hidden;background:#fbfcfd;border:1px solid var(--color-border);border-radius:4px;height:505px;width:100%"></div>
<script async src="https://snack.expo.dev/embed.js"></script>
2 changes: 2 additions & 0 deletions docs/static/iframes/divider-dark.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<div data-snack-id="@bearstudio/ficus-ui-divider" data-snack-platform="web" data-snack-preview="true" data-snack-theme="dark" style="overflow:hidden;background:#0C0D0E;border:1px solid var(--color-border);border-radius:4px;height:505px;width:100%"></div>
<script async src="https://snack.expo.dev/embed.js"></script>
2 changes: 2 additions & 0 deletions docs/static/iframes/divider.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<div data-snack-id="@bearstudio/ficus-ui-divider" data-snack-platform="web" data-snack-preview="true" data-snack-theme="light" style="overflow:hidden;background:#fbfcfd;border:1px solid var(--color-border);border-radius:4px;height:505px;width:100%"></div>
<script async src="https://snack.expo.dev/embed.js"></script>

0 comments on commit 0aacac5

Please sign in to comment.