Skip to content

Commit 55dc7fc

Browse files
SupriyaSupriya
authored andcommitted
Structured Components section, updated all the components
1 parent d1c2398 commit 55dc7fc

File tree

169 files changed

+9446
-9190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+9446
-9190
lines changed

Components.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
{% include "./docs/components/Badge.md" %}
55
{% include "./docs/components/button/Button.md" %}
66
{% include "./docs/components/button/ButtonTheme.md" %}
7+
{% include "./docs/components/button/TransparentButton.md" %}
8+
{% include "./docs/components/button/OutlineButton.md" %}
9+
{% include "./docs/components/button/RoundButton.md" %}
710
{% include "./docs/components/button/BlockButton.md" %}
811
{% include "./docs/components/button/FullButton.md" %}
9-
{% include "./docs/components/button/RoundButton.md" %}
1012
{% include "./docs/components/button/IconButton.md" %}
11-
{% include "./docs/components/button/OutlineButton.md" %}
12-
{% include "./docs/components/button/TransparentButton.md" %}
1313
{% include "./docs/components/button/ButtonSize.md" %}
1414
{% include "./docs/components/button/DisabledButton.md" %}
1515
{% include "./docs/components/card/Card.md" %}
@@ -21,11 +21,11 @@
2121
{% include "./docs/components/DeckSwiper.md" %}
2222
{% include "./docs/components/FABs.md" %}
2323
{% include "./docs/components/FooterTabs.md" %}
24-
{% include "./docs/components/Form.md" %}
25-
{% include "./docs/FixedLabel.md" %}
26-
{% include "./docs/InlineLabel.md" %}
27-
{% include "./docs/FloatingLabel.md" %}
28-
{% include "./docs/StackedLabel.md" %}
24+
{% include "./docs/components/form/Form.md" %}
25+
{% include "./docs/components/form/FixedLabel.md" %}
26+
{% include "./docs/components/form/InlineLabel.md" %}
27+
{% include "./docs/components/form/FloatingLabel.md" %}
28+
{% include "./docs/components/form/StackedLabel.md" %}
2929
{% include "./docs/components/input-group/Regular.md" %}
3030
{% include "./docs/components/input-group/Underlined.md" %}
3131
{% include "./docs/components/input-group/Rounded.md" %}
@@ -45,9 +45,9 @@
4545
{% include "./docs/components/list/DynamicList.md" %}
4646
{% include "./docs/components/list/ListSeperator.md" %}
4747
{% include "./docs/components/Picker.md" %}
48-
{% include "./docs/components/Segment.md" %}
4948
{% include "./docs/components/RadioButton.md" %}
5049
{% include "./docs/components/SearchBar.md" %}
50+
{% include "./docs/components/Segment.md" %}
5151
{% include "./docs/components/Spinner.md" %}
5252
{% include "./docs/components/Tabs.md" %}
5353
{% include "./docs/components/Thumbnail.md" %}

SUMMARY.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* [Badge](Components.md#Badge)
99
* [Button](Components.md#button-def-headref)
1010
* [Button Theme](Components.md#button-theme-headref)
11+
* [Transparent Button](Components.md#button-transparent-headref)
12+
* [Outline Button](Components.md#button-outline-headref)
13+
* [Rounded Button](Components.md#button-rounded-headref)
1114
* [Block Button](Components.md#button-block-headref)
1215
* [Full Button](Components.md#button-full-headref)
13-
* [Rounded Button](Components.md#button-rounded-headref)
1416
* [Icon Button](Components.md#button-icon-headref)
15-
* [Outline Button](Components.md#button-outline-headref)
16-
* [Transparent Button](Components.md#button-transparent-headref)
1717
* [Button Size](Components.md#button-size-headref)
1818
* [Disabled Button](Components.md#button-disabled-headref)
1919
* [Card](Components.md#card-def-headref)
@@ -24,7 +24,7 @@
2424
* [Check Box](Components.md#checkbox-headref)
2525
* [Deck Swiper](Components.md#deckswiper-headref)
2626
* [FABs](Components.md#fabs-def-headref)
27-
* [Muliple Fabs](Components.md#fabs-multiple-headref)
27+
* [Muliple Fabs](Components.md#fabs-multiple-headref)
2828
* [Footer Tabs](Components.md#footer-tabs-headref)
2929
* [Footer with only icons](Components.md#footer-icon-headref)
3030
* [Footer with icons and text](Components.md#footer-text-headref)
@@ -53,12 +53,12 @@
5353
* [Dynamic List](Components.md#dynamic-list-headref)
5454
* [List Separator](Components.md#list-seperator-headref)
5555
* [Picker](Components.md#Picker)
56-
* [Segment](Components.md#Segment)
5756
* [Radio Button](Components.md#radio-button-headref)
5857
* [Search Bar](Components.md#search-bar-headref)
58+
* [Segment](Components.md#Segment)
5959
* [Spinner](Components.md#Spinner)
6060
* [Tabs](Components.md#tabs-def-headref)
61-
* [Advanced Tabs](Components.md#advanced-tabs-headref)
61+
* [Advanced Tabs](Components.md#advanced-tabs-headref)
6262
* [Thumbnail](Components.md#Thumbnail)
6363
* [Toast](Components.md#Toast)
6464
* [Typography](Components.md#Typography)
@@ -85,17 +85,17 @@
8585

8686
* [FAQs](/docs/faq/FAQs.md)
8787

88-
* [Cheat Sheet](/docs/ChaetSheet.md)
88+
* [Cheat Sheet](/docs/CheatSheet.md)
8989

9090
* [Compatibility](/docs/Compatibility.md)
9191

92-
* [Examples](/docs/Examples.md)
93-
* [Redux](/docs/ReduxCounterExample.md)
94-
* [Mobx](/docs/MobxCounterExample.md)
95-
* [Navigation](/docs/NavigationExample.md)
96-
* [React Navigation](/docs/StackNavigationExample.md)
97-
* [RNRF](/docs/RNRFBasicExample.md)
98-
* [Full App](/docs/GitAppExample.md)
99-
* [Redux-Form](/docs/ReduxFormExample.md)
100-
* [Sticky Headers](/docs/StickyHeaderExample.md)
101-
* [FlatList + Sticky Headers](/docs/FlatListExample.md)
92+
* [Examples](/docs/examples/Examples.md)
93+
* [Redux](/docs/examples/ReduxCounterExample.md)
94+
* [Mobx](/docs/examples/MobxCounterExample.md)
95+
* [Navigation](/docs/examples/navigation/NavigationExample.md)
96+
* [React Navigation](/docs/examples/navigation/StackNavigationExample.md)
97+
* [RNRF](/docs/examples/navigation/RNRFBasicExample.md)
98+
* [Full App](/docs/examples/GitAppExample.md)
99+
* [Redux-Form](/docs/examples/ReduxFormExample.md)
100+
* [Sticky Headers](/docs/examples/StickyHeaderExample.md)
101+
* [FlatList + Sticky Headers](/docs/examples/FlatListExample.md)

0 commit comments

Comments
 (0)