Skip to content

Commit 340e4c2

Browse files
committed
Added NativeBaseStartup banner in the docsclear
1 parent a30cc8a commit 340e4c2

File tree

5 files changed

+76
-33
lines changed

5 files changed

+76
-33
lines changed

src/components/NativeStartupBanner/index.js

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/TileLink/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ export default function TileLink({
1010
imgStyle,
1111
titleClassName = 'text-white',
1212
descriptionClassName = 'text-gray-100',
13+
wide = false
1314
}) {
1415
return (
1516
<Link
1617
to={url}
1718
className={
18-
'relative overflow-hidden no-underline col col--5 rounded-md pt-6 px-4 shadow-2xl mx-2 mb-2 ' +
19+
'relative overflow-hidden no-underline col rounded-md pt-6 px-4 shadow-2xl mx-2 mb-2 ' +
1920
className
2021
}
2122
>

src/components/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export { default as AndroidBadge } from './AndroidBadge';
66
export { default as WebBadge } from './WebBadge';
77
export { default as KitchenSinkIframe } from './KitchenSinkIframe';
88
export { default as TileLink } from './TileLink';
9+
export { default as NativeStartupBanner } from './NativeStartupBanner';
910
export { default as NBHistory } from './NBHistory';
1011
export { default as InstallationTiles } from './InstallationTiles';
1112
export { UtilityFirstExample } from './UtilityFirstExample';

0 commit comments

Comments
 (0)