Skip to content

Commit

Permalink
Update docs and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Oct 31, 2023
1 parent dfb669c commit 86272ff
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 23 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# react-native-ficus-ui
<img src="docs/static/img/banner.png" width="80%" alt="React Native Ficus UI banner" />

<br />

Ficus UI is a React Native UI library forked on Magnus UI and inspired by Chakra UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Box

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 4
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Center

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 5
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Flex

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# SafeAreaBox

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 3
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# ScrollBox

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 20
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Checkbox

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 17
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Input

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 21
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Radio

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 19
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Select

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 14
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Switch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 18
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Textarea

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 10
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# FlashList ⚡️

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 9
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# List

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 10
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# SectionList

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 7
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# HStack

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 6
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Stack

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 8
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# VStack

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Button

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 13
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# Pressable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 14
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# TouchableHighlight

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 15
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# TouchableOpacity

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 16
---

import ExpoLayout from '../../src/components/ExpoLayout/index.js';
import ExpoLayout from '../../../src/components/ExpoLayout/index.js';

# TouchableWithoutFeedback

Expand Down
2 changes: 2 additions & 0 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_position: 1

# Get started

<img src="/img/banner.png" width="80%" alt="React Native Ficus UI banner" />

## Installation

With npm :
Expand Down
Binary file added docs/static/img/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86272ff

Please sign in to comment.