Skip to content

Commit

Permalink
feat: removed next/shadcnui addon
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikaMolino authored Dec 2, 2024
1 parent 27ad948 commit 9db15c4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/cli_brick_configurations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ final cliConfiguration = CliConfiguration(
'Which template would you like to configure for your Next.js project?',
addonNames: ['next/commerce'],
),
Question(
isOptional: true,
prompt:
'Which UI component library would you like to integrate into your Next.js application?',
addonNames: ['next/shadcnui'],
),
Question(
isOptional: true,
prompt:
Expand Down Expand Up @@ -125,11 +119,6 @@ final cliConfiguration = CliConfiguration(
brick: GitPath("https://github.com/acadevmy/next-zustand-addon-brick"),
description: "Integrating Zustand with Next.js",
),
AddonCommandDefinition(
name: 'next/shadcnui',
brick: GitPath("https://github.com/acadevmy/next-shacnui-addon-brick"),
description: "Customizable UI for Next.js with ShadcnUI.",
),
AddonCommandDefinition(
name: 'next/dynamic-route',
brick:
Expand Down

0 comments on commit 9db15c4

Please sign in to comment.