Skip to content

Commit

Permalink
chore(refine-nextjs): add preset
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed May 27, 2024
1 parent daf1592 commit 36f1faf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ module.exports = {
"headless-example": "no",
},
},
{
name: "test-title-option",
type: "refine-nextjs",
answers: {
"title": "Refine Next.js",
"svg": "<div style={{ width: 24, height: 24, background: 'red' }} />",
}
},
{
name: "refine-antd-nextjs",
type: "refine-nextjs",
Expand Down

0 comments on commit 36f1faf

Please sign in to comment.