File tree Expand file tree Collapse file tree
app/content/docs/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ npx shadcn-ember@latest add accordion
1515
1616### Manual
1717
18+ ** Install the following dependencies:**
19+
20+ ``` bash
21+ pnpm add ember-provide-consume-context
22+ ```
23+
1824** Copy and paste the accordion component into your project:**
1925
2026<ComponentSource name =" accordion " />
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ npx shadcn-ember@latest add collapsible
1515
1616### Manual
1717
18+ ** Install the following dependencies:**
19+
20+ ``` bash
21+ pnpm add ember-provide-consume-context
22+ ```
23+
1824** Copy and paste the collapsible component into your project:**
1925
2026<ComponentSource name =" collapsible " />
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ npx shadcn-ember@latest add command
2222** Install the following dependencies:**
2323
2424``` bash
25- pnpm add cmdk
25+ pnpm add ember-provide-consume-context tracked-built-ins
2626```
2727
2828** Copy and paste the command component into your project:**
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ npx shadcn-ember@latest add context-menu
1515
1616### Manual
1717
18- ** Install the following dependency :**
18+ ** Install the following dependencies :**
1919
2020``` bash
21- pnpm add ember-click-outside
21+ pnpm add @floating-ui/dom ember-click-outside ember-provide-consume-context
2222```
2323
2424** Copy and paste the context menu component into your project:**
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ npx shadcn-ember@latest add dialog
1616
1717### Manual
1818
19+ ** Install the following dependencies:**
20+
21+ ``` bash
22+ pnpm add ember-provide-consume-context
23+ ```
24+
1925** Copy and paste the dialog component into your project:**
2026
2127<ComponentSource name =" dialog " />
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ npx shadcn-ember@latest add dropdown-menu
1515
1616### Manual
1717
18- ** Install the following dependency :**
18+ ** Install the following dependencies :**
1919
2020``` bash
21- pnpm add ember-click-outside
21+ pnpm add @floating-ui/dom ember-click-outside ember-provide-consume-context
2222```
2323
2424** Copy and paste the dropdown menu component into your project:**
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ npx shadcn-ember@latest add hover-card
1515
1616### Manual
1717
18+ ** Install the following dependencies:**
19+
20+ ``` bash
21+ pnpm add @floating-ui/dom ember-provide-consume-context
22+ ```
23+
1824** Copy and paste the hover-card component into your project:**
1925
2026<ComponentSource name =" hover-card " />
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ npx shadcn-ember@latest add input-otp
1515
1616### Manual
1717
18+ ** Install the following dependencies:**
19+
20+ ``` bash
21+ pnpm add ember-provide-consume-context
22+ ```
23+
1824** Copy and paste the input-otp component into your project:**
1925
2026<ComponentSource name =" input-otp " />
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ npx shadcn-ember@latest add popover
1818** Install the following dependencies:**
1919
2020``` bash
21- pnpm add ember-click-outside
21+ pnpm add @floating-ui/dom ember-click-outside ember-provide-consume-context
2222```
2323
2424** Copy and paste the popover component into your project:**
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ npx shadcn-ember@latest add radio-group
1515
1616### Manual
1717
18+ ** Install the following dependencies:**
19+
20+ ``` bash
21+ pnpm add ember-provide-consume-context
22+ ```
23+
1824** Copy and paste the radio-group component into your project:**
1925
2026<ComponentSource name =" radio-group " />
You can’t perform that action at this time.
0 commit comments