|
1697 | 1697 | <a href="Customize.html#theme-and-variables-headref"> |
1698 | 1698 |
|
1699 | 1699 |
|
1700 | | - Theme and Varibales |
| 1700 | + Theme and Variables |
1701 | 1701 |
|
1702 | 1702 | </a> |
1703 | 1703 |
|
@@ -3991,7 +3991,7 @@ <h2 id="Card">25. Card</h2> |
3991 | 3991 | <li><a href="Components.html#card-image-headref">Card Image</a></li> |
3992 | 3992 | <li><a href="Components.html#card-showcase-headref">Card Showcase</a></li> |
3993 | 3993 | </ul> |
3994 | | -<p><em>Genertal Syntax</em></p> |
| 3994 | +<p><em>General Syntax</em></p> |
3995 | 3995 | <p><div class="codetabs"><div class="codetabs-header"><div class="tab active" data-codetab="0">React Native</div><div class="tab" data-codetab="1">Vue Native</div></div><div class="codetabs-body"><div class="tab active" data-codetab="0"><pre><code class="lang-js"><span class="hljs-keyword">import</span> React, { Component } <span class="hljs-keyword">from</span> <span class="hljs-string">'react'</span>; |
3996 | 3996 | <span class="hljs-keyword">import</span> { Container, Header, Content, Card, CardItem, Body, Text } <span class="hljs-keyword">from</span> <span class="hljs-string">'native-base'</span>; |
3997 | 3997 | <span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">CardExample</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">Component</span> </span>{ |
@@ -4062,7 +4062,7 @@ <h2 id="Card">25. Card</h2> |
4062 | 4062 | <td>transparent</td> |
4063 | 4063 | <td> - </td> |
4064 | 4064 | <td> - </td> |
4065 | | - <td>Removes card shadow from iOS and elevation from android</td> |
| 4065 | + <td>Removes card shadow from iOS and elevation from Android</td> |
4066 | 4066 | </tr> |
4067 | 4067 | <tr> |
4068 | 4068 | <td>dataArray</td> |
@@ -5961,7 +5961,7 @@ <h2 id="Form">48. Form</h2> |
5961 | 5961 | <td> - </td> |
5962 | 5962 | <td> - </td> |
5963 | 5963 | <td> |
5964 | | - Includes rectangluar border with the textbox. |
| 5964 | + Includes rectangular border with the textbox. |
5965 | 5965 | </td> |
5966 | 5966 | </tr> |
5967 | 5967 | <tr> |
@@ -8703,7 +8703,7 @@ <h2 id="picker-with-icon-headref">90. picker-with-icon-headref</h2> |
8703 | 8703 | <h4 id="Picker_with_Icon">90.0.1. Picker with Icon</h4> |
8704 | 8704 | <p><img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/ios/picker-with-icon.gif" alt="Preview ios picker-with-icon-headref"> |
8705 | 8705 | <img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/android/picker.gif" alt="Preview android picker-with-icon-headref"></p> |
8706 | | -<p><em>Synatx</em></p> |
| 8706 | +<p><em>Syntax</em></p> |
8707 | 8707 | <p><div class="codetabs"><div class="codetabs-header"><div class="tab active" data-codetab="0">React Native</div><div class="tab" data-codetab="1">Vue Native</div></div><div class="codetabs-body"><div class="tab active" data-codetab="0"><pre><code class="lang-js"><span class="hljs-keyword">import</span> React, { Component } <span class="hljs-keyword">from</span> <span class="hljs-string">"react"</span>; |
8708 | 8708 | <span class="hljs-keyword">import</span> { Container, Header, Content, Icon, Picker, Form } <span class="hljs-keyword">from</span> <span class="hljs-string">"native-base"</span>; |
8709 | 8709 | <span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">PickerWithIcon</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">Component</span> </span>{ |
@@ -8795,7 +8795,7 @@ <h2 id="picker-with-icon-style-headref">91. picker-with-icon-style-headref</h2> |
8795 | 8795 | <h4 id="Picker_with_Icon_Style">91.0.1. Picker with Icon Style</h4> |
8796 | 8796 | <p><img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/ios/picker-with-icon-style.png" alt="Preview ios picker-with-icon-style-headref"> |
8797 | 8797 | <img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/android/picker.gif" alt="Preview android picker-with-icon-style-headref"></p> |
8798 | | -<p><em>Synatx</em></p> |
| 8798 | +<p><em>Syntax</em></p> |
8799 | 8799 | <p><div class="codetabs"><div class="codetabs-header"><div class="tab active" data-codetab="0">React Native</div><div class="tab" data-codetab="1">Vue Native</div></div><div class="codetabs-body"><div class="tab active" data-codetab="0"><pre><code class="lang-js"><span class="hljs-keyword">import</span> React, { Component } <span class="hljs-keyword">from</span> <span class="hljs-string">"react"</span>; |
8800 | 8800 | <span class="hljs-keyword">import</span> { Container, Header, Content, Icon, Picker, Form } <span class="hljs-keyword">from</span> <span class="hljs-string">"native-base"</span>; |
8801 | 8801 | <span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">PickerWithIconStyle</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">Component</span> </span>{ |
@@ -9848,7 +9848,7 @@ <h2 id="Segment">105. Segment</h2> |
9848 | 9848 | </div> |
9849 | 9849 | </p> |
9850 | 9850 | <br><p></p> |
9851 | | -<p>Segment takes Button as children. The active Button shoud be given an active prop (implementation is totally up to you). |
| 9851 | +<p>Segment takes Button as children. The active Button should be given an active prop (implementation is totally up to you). |
9852 | 9852 | Also the <strong>first</strong> and <strong>last</strong> buttons should be given props <strong>first</strong> and <strong>last</strong> respectively.<br> |
9853 | 9853 | <strong>Pro tip:</strong> It is advisable to use <code>hasSegment</code> prop with Header if you're using Segment below the header.</p> |
9854 | 9854 | <h2 id="segment-outside-header-headref">106. segment-outside-header-headref</h2> |
@@ -10918,7 +10918,7 @@ <h4 id="Scrollable_Tabs">116.0.1. Scrollable Tabs</h4> |
10918 | 10918 | </tbody> |
10919 | 10919 | </table><br></p> |
10920 | 10920 | <h2 id="Thumbnail">117. Thumbnail</h2> |
10921 | | -<p>Thumbnail component works very similar to Image. It helps you to showcase an image with variuos dimensions and shapes. By default, Thumbnail renders an image in circular shape.<br> |
| 10921 | +<p>Thumbnail component works very similar to Image. It helps you to showcase an image with various dimensions and shapes. By default, Thumbnail renders an image in circular shape.<br> |
10922 | 10922 | Replacing Component: React Native <a href="https://facebook.github.io/react-native/docs/image.html" target="_blank">Image</a></p> |
10923 | 10923 | <p><img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/ios/thumbnail.png" alt="Preview ios Thumbnail"> |
10924 | 10924 | <img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/android/thumbnail.png" alt="Preview android Thumbnail"></p> |
@@ -11172,7 +11172,7 @@ <h2 id="Toast">119. Toast</h2> |
11172 | 11172 | <td>duration</td> |
11173 | 11173 | <td> 1500 </td> |
11174 | 11174 | <td>user defined (integer)</td> |
11175 | | - <td>Milliseconds after which Toast disappers</td> |
| 11175 | + <td>Milliseconds after which Toast disappears</td> |
11176 | 11176 | </tr> |
11177 | 11177 | <tr> |
11178 | 11178 | <td>onClose()</td> |
@@ -11823,7 +11823,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query' |
11823 | 11823 | <script> |
11824 | 11824 | var gitbook = gitbook || []; |
11825 | 11825 | gitbook.push(function() { |
11826 | | - gitbook.page.hasChanged({"page":{"title":"Components","level":"1.5","depth":1,"next":{"title":"Anatomy","level":"1.5.1","depth":2,"anchor":"#anatomy-headref","path":"Components.md","ref":"Components.md#anatomy-headref","articles":[]},"previous":{"title":"Compatibility","level":"1.4","depth":1,"path":"docs/Compatibility.md","ref":"docs/Compatibility.md","articles":[]},"dir":"ltr"},"config":{"plugins":["versions","codetabs","include-codeblock","ace","copy-code-button","edit-link","scripts","navigator","ga"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"ace":{},"scripts":{"files":["./engine.js"]},"search":{},"codetabs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"navigator":{},"copy-code-button":{},"ga":{"configuration":"auto","token":"UA-100873927-1"},"versions":{"type":"branches","gitbookConfigURL":"http://rawgit.com/GeekyAnts/native-base-docs/master/book.json","options":[{"value":"https://nativebase.io/docs/v2.12.0/","text":"v2.12.0","selected":true},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.11.0/_book/index.html","text":"v2.11.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.10.0/_book/index.html","text":"v2.10.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.9.0/_book/index.html","text":"v2.9.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.8.0/_book/index.html","text":"v2.8.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.7.0/_book/index.html","text":"v2.7.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.6.0/_book/index.html","text":"v2.6.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.5.0/_book/index.html","text":"v2.5.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.4.0/_book/index.html","text":"v2.4.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.2/_book/index.html","text":"v2.2.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.0/_book/index.html","text":"v2.0.0"},{"value":"http://nativebase.io/docs/v0.5.13/","text":"v0.5.13"},{"value":"http://nativebase.io/docs/v0.5.9/","text":"v0.5.9"},{"value":"http://nativebase.io/docs/v0.5.7/","text":"v0.5.7"},{"value":"http://nativebase.io/docs/v0.5.5/","text":"v0.5.5"},{"value":"http://nativebase.io/docs/v0.5.2/","text":"v0.5.2"},{"value":"http://nativebase.io/docs/v0.5.0/","text":"v0.5.0"},{"value":"http://nativebase.io/docs/v0.4.6/","text":"v0.4.6"},{"value":"http://nativebase.io/docs/v0.3.1/","text":"v0.3.1"},{"value":"http://nativebase.io/docs/v0.3.0/","text":"v0.3.0"}]},"include-codeblock":{"check":false,"edit":false,"fixlang":false,"lang":"","template":"ace","theme":"monokai","unindent":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/GeekyAnts/native-base-docs/tree/master"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"NativeBase","gitbook":"*"},"file":{"path":"Components.md","mtime":"2019-02-22T10:15:33.469Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-03-15T07:01:50.573Z"},"basePath":".","book":{"language":""}}); |
| 11826 | + gitbook.page.hasChanged({"page":{"title":"Components","level":"1.5","depth":1,"next":{"title":"Anatomy","level":"1.5.1","depth":2,"anchor":"#anatomy-headref","path":"Components.md","ref":"Components.md#anatomy-headref","articles":[]},"previous":{"title":"Compatibility","level":"1.4","depth":1,"path":"docs/Compatibility.md","ref":"docs/Compatibility.md","articles":[]},"dir":"ltr"},"config":{"plugins":["versions","codetabs","include-codeblock","ace","copy-code-button","edit-link","scripts","navigator","ga","livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"ace":{},"livereload":{},"scripts":{"files":["./engine.js"]},"search":{},"codetabs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"navigator":{},"copy-code-button":{},"ga":{"configuration":"auto","token":"UA-100873927-1"},"versions":{"type":"branches","gitbookConfigURL":"http://rawgit.com/GeekyAnts/native-base-docs/master/book.json","options":[{"value":"https://nativebase.io/docs/v2.12.0/","text":"v2.12.0","selected":true},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.11.0/_book/index.html","text":"v2.11.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.10.0/_book/index.html","text":"v2.10.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.9.0/_book/index.html","text":"v2.9.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.8.0/_book/index.html","text":"v2.8.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.7.0/_book/index.html","text":"v2.7.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.6.0/_book/index.html","text":"v2.6.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.5.0/_book/index.html","text":"v2.5.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.4.0/_book/index.html","text":"v2.4.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.2/_book/index.html","text":"v2.2.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.0/_book/index.html","text":"v2.0.0"},{"value":"http://nativebase.io/docs/v0.5.13/","text":"v0.5.13"},{"value":"http://nativebase.io/docs/v0.5.9/","text":"v0.5.9"},{"value":"http://nativebase.io/docs/v0.5.7/","text":"v0.5.7"},{"value":"http://nativebase.io/docs/v0.5.5/","text":"v0.5.5"},{"value":"http://nativebase.io/docs/v0.5.2/","text":"v0.5.2"},{"value":"http://nativebase.io/docs/v0.5.0/","text":"v0.5.0"},{"value":"http://nativebase.io/docs/v0.4.6/","text":"v0.4.6"},{"value":"http://nativebase.io/docs/v0.3.1/","text":"v0.3.1"},{"value":"http://nativebase.io/docs/v0.3.0/","text":"v0.3.0"}]},"include-codeblock":{"check":false,"edit":false,"fixlang":false,"lang":"","template":"ace","theme":"monokai","unindent":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/GeekyAnts/native-base-docs/tree/master"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"NativeBase","gitbook":"*"},"file":{"path":"Components.md","mtime":"2019-02-22T10:15:33.469Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-03-15T07:19:27.083Z"},"basePath":".","book":{"language":""}}); |
11827 | 11827 | }); |
11828 | 11828 | </script> |
11829 | 11829 | </div> |
@@ -11865,6 +11865,10 @@ <h1 class="search-results-title">No results matching "<span class='search-query' |
11865 | 11865 |
|
11866 | 11866 |
|
11867 | 11867 |
|
| 11868 | + <script src="gitbook/gitbook-plugin-livereload/plugin.js"></script> |
| 11869 | + |
| 11870 | + |
| 11871 | + |
11868 | 11872 | <script src="gitbook/gitbook-plugin-search/search-engine.js"></script> |
11869 | 11873 |
|
11870 | 11874 |
|
|
0 commit comments