0.2.2 • Published 1 year ago

tailprops-next v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

tailprops-next

tailprops-next is the Next.js integration for the Tailprops library.

Installation

Install Tailprops and the Next wrapper as dev dependencies:

npm install -D tailprops tailprops-next

Then, wrap your config in your next.config.js:

// next.config.js
const { withTailprops } = require("tailprops-next"); // Import tailprops plugin

/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
};

module.exports = withTailprops(nextConfig); // Wrap your config in withTailprops

Lastly, add typings and the Tailwind transform by running:

npx tailprops init react

Looking for an example? This docs website is a Next 13 app using Tailprops. Check out the source code on GitHub.

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago