You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NativeBase is a component library that enables devs to build universal design systems. It is built on top of React Native, allowing you to develop apps for Android, iOS and the Web.
13
+
<pclassName='text-md'>
14
+
NativeBase is a component library that enables devs to build universal
15
+
design systems. It is built on top of React Native, allowing you to
16
+
develop apps for Android, iOS and the Web.
15
17
</p>
16
-
<divclassName="mt-8 pl-2 -ml-1">
17
-
<divclassName="row mb-2 m-0 -ml-3">
18
+
<divclassName='mt-8 pl-2 -ml-1'>
19
+
<divclassName='row mb-2 m-0 -ml-3'>
18
20
<TileLink
19
-
title="Installation Guide"
20
-
url="installation"
21
-
description="Setup NativeBase in your project"
22
-
className="bg-cyan-600"
21
+
title='Installation Guide'
22
+
url='installation'
23
+
description='Setup NativeBase in your project'
24
+
className='bg-cyan-600'
23
25
/>
24
26
<TileLink
25
-
title="Playground"
26
-
url="https://snack.expo.io/@nishanbende/example"
27
-
description="Try NativeBase on Snack by Expo"
28
-
className="bg-teal-600"
27
+
title='Playground'
28
+
url='https://snack.expo.io/@nishanbende/example'
29
+
description='Try NativeBase on Snack by Expo'
30
+
className='bg-teal-600'
29
31
/>
30
32
</div>
31
-
<divclassName="row m-0 -ml-3">
33
+
<divclassName='row m-0 -ml-3'>
32
34
<TileLink
33
-
title="Theming"
34
-
url="default-theme"
35
-
description="Create your own Design System"
36
-
className="bg-pink-600"
35
+
title='Theming'
36
+
url='default-theme'
37
+
description='Create your own Design System'
38
+
className='bg-pink-600'
37
39
/>
38
40
<TileLink
39
-
title="Recipes"
40
-
url="login-signup-forms"
41
-
description="Popular Recipes for Apps"
42
-
className="bg-indigo-600"
41
+
title='Recipes'
42
+
url='login-signup-forms'
43
+
description='Popular Recipes for Apps'
44
+
className='bg-indigo-600'
43
45
/>
44
46
</div>
45
-
46
47
</div>
47
48
</div>
48
-
<divclassName="col col--3 mb-12">
49
+
<divclassName='col col--3 mb-12'>
49
50
<KitchenSinkIframe />
50
51
</div>
51
52
</div>
52
-
<h2className="text-3xl mb-12">A Brief History of NativeBase</h2>
53
-
<divclassName="mt-4 ml-4">
54
-
<NBHistory />
55
-
</div>
56
-
<h2className="text-3xl mt-12">What's New with NativeBase v3?</h2>
57
53
58
-
We had clear goals in mind while building version 3. Take a look at some of the new features we added:
54
+
<h2className="text-3xl mb-12">A Brief History of NativeBase</h2>
55
+
<divclassName="mt-4 ml-4">
56
+
<NBHistory />
57
+
</div>
58
+
<h2className="text-3xl mt-12">What's New with NativeBase v3?</h2>
59
+
We had clear goals in mind while building version 3. Take a look at some of the new
60
+
features we added:
59
61
60
62
<divclassName="mt-8">
61
63
<h4className="text-xl">Multiplatform</h4>
@@ -64,7 +66,6 @@ We had clear goals in mind while building version 3. Take a look at some of the
64
66
customise properties using platform-specific props.
65
67
</div>
66
68
</div>
67
-
68
69
<divclassName="mt-8">
69
70
<h4className="text-xl">Inherently Beautiful</h4>
70
71
<div>
@@ -80,14 +81,11 @@ We had clear goals in mind while building version 3. Take a look at some of the
80
81
keyboard navigation and more.
81
82
</div>
82
83
</div>
83
-
84
84
<divclassName="mt-8">
85
-
<h4className="text-xl">Customisable
86
-
87
-
</h4>
85
+
<h4className="text-xl">Customisable</h4>
88
86
<div>
89
-
The default theme can be extended as you desire. You can also customise specific components for your app needs.
87
+
The default theme can be extended as you desire. You can also customise
0 commit comments