Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add next-theme-ui #2041

Merged
merged 1 commit into from Dec 15, 2021
Merged

docs: Add next-theme-ui #2041

merged 1 commit into from Dec 15, 2021

Conversation

simenandre
Copy link
Contributor

@simenandre simenandre commented Dec 13, 2021

next-theme-ui is a small library to ease using Theme UI with Next.js.

Replaces these imports:

import { Link } from '@theme-ui/components';
import { NavLink } from '@theme-ui/components';

with

import { Link } from 'next-theme-ui';
import { NavLink } from 'next-theme-ui';

<Link /> and <NavLink /> uses Link from the next/link package.

@vercel
Copy link

vercel bot commented Dec 13, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/systemui/theme-ui/EfZzE4nacqBSWSyVV36rz26vxXvX
✅ Preview: https://theme-ui-git-fork-cobraz-add-next-theme-ui-systemui.vercel.app

@lachlanjc
Copy link
Member

Thanks for the contribution!

@lachlanjc lachlanjc added the documentation Changes only affect the documentation label Dec 15, 2021
@hasparus
Copy link
Member

🚀 PR was released in v0.13.0 🚀

@hasparus hasparus added the released This issue/pull request has been released. label Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Changes only affect the documentation released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants