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
Copy file name to clipboardExpand all lines: README.md
+14-3
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,17 @@ While `next-compose-plugins` tries to eliminate this case by providing an altern
25
25
npm install --save next-compose-plugins
26
26
```
27
27
28
-
This plugin requires next.js `>= 5.1` because it depends on the phases introduced within this version.
29
-
If you are still on `5.0.x`, you can install v1 of this plugin: `npm install --save next-compose-plugins@1`.
28
+
---
29
+
30
+
<ahref="https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=next-compose-plugins"><imgsrc="https://cyrilwanner.github.io/packages/next-compose-plugins/assets/material-dashboard.png?v=2"alt="NextJS Material Dashboard"align="right"width="300px"></a>
31
+
<br />
32
+
33
+
Building a **Dashboard** or **Admin UI**? Or do you want to see a **usage example** of `next-compose-plugins` in a real world project? Check out the [NextJS Material Dashboard](https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=next-compose-plugins) by our partners [Creative Tim](https://www.creative-tim.com/?ref=next-compose-plugins) to get you started.
34
+
35
+
<br /><br /><br />
30
36
31
37
## Usage
38
+
32
39
```javascript
33
40
// next.config.js
34
41
constwithPlugins=require('next-compose-plugins');
@@ -274,6 +281,10 @@ Currently, it contains these values:
274
281
275
282
## Examples
276
283
284
+
### Real world example
285
+
286
+
Check out the [NextJS Material Dashboard](https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=next-compose-plugins) by our partners [Creative Tim](https://www.creative-tim.com/?ref=next-compose-plugins) to see how `next-compose-plugins` was used in a real world application.
See [zeit/next-plugins](https://github.com/zeit/next-plugins) for a list of official and community made plugins for [next.js](https://github.com/zeit/next.js).
410
+
See [vercel/next-plugins](https://github.com/vercel/next-plugins) for a list of official and community made plugins for [next.js](https://github.com/vercel/next.js).
0 commit comments