Skip to content

Commit

Permalink
chore: upgrade @grapp/nextra-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Apr 21, 2024
1 parent c1c0273 commit d658c70
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
Binary file modified docs/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@grapp/nextra-theme": "0.4.3"
"@grapp/nextra-theme": "0.4.7"
}
}
27 changes: 18 additions & 9 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Homepage, Hero, Features, Feature, Highlight } from '@grapp/nextra-theme';
import { Homepage, Hero, Features, Feature, Highlight, SectionHeader } from '@grapp/nextra-theme';

import NuiComponentsLogo from '../components/svg/nui-components-logo.svg';
import IconFirework from '../components/svg/icon-firework.svg';
Expand Down Expand Up @@ -26,14 +26,23 @@ import IconExtension from '../components/svg/icon-extension.svg';
}
>
</Hero>
<Features preview={
<div className="lg:pr-16">
<video controls={false} autoPlay={true} muted={true} loop={true} style={{ borderRadius: 8 }}>
<source src="/gifs/hero.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
}>
<Features
preview={
<div className="lg:pr-16">
<video controls={false} autoPlay={true} muted={true} loop={true} style={{ borderRadius: 8 }}>
<source src="/gifs/hero.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
}
header={
<SectionHeader
badge="Features"
title="Overview of NuiComponents"
description="Discover the possibilities and benefits of NuiComponents to enhance your Neovim UI development."
/>
}
>
<Feature
icon={IconFirework}
color="#ffa10d"
Expand Down

0 comments on commit d658c70

Please sign in to comment.