Skip to content

Commit 74fe3d0

Browse files
authored
feat(docs): add @ferdiunal/refine-shadcn to available integrations (#6280)
1 parent eda5973 commit 74fe3d0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

documentation/docs/packages/list-of-packages/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ To learn more about UI Libraries and integrations, check out [UI Libraries](/doc
1414
- [`@refinedev/mui`](/docs/ui-integrations/material-ui/introduction) - [Material UI](https://mui.com/material-ui/getting-started/overview/) Framework support. **20+** framework-specific `hooks` and  `components`  incl. DataGrid (+ Pro), AutoComplete, Menu, Layout, Notification and CRUD components.
1515
- [`@refinedev/mantine`](/docs/ui-integrations/mantine/introduction) - [Mantine](https://mantine.dev/) UI Framework support. **20+** framework-specific `hooks` and `components` incl. Table, Form, AutoComplete, Menu, Layout, Notification and CRUD components.
1616
- [`@refinedev/chakra-ui`](/docs/ui-integrations/chakra-ui/introduction) - [Chakra UI](https://chakra-ui.com/) UI Framework support. **20+** framework-specific `components` incl. Menu, Layout, Notification and CRUD components.
17+
- [`@ferdiunal/refine-shadcn`](https://github.com/ferdiunal/refine-shadcn) - ShadCN UI components with Refine.
1718

1819
### Data Provider Packages:
1920

documentation/src/assets/integrations.ts

+15
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import {
3333
UseGenerated,
3434
Kinde,
3535
PocketBase,
36+
ShadCnUI,
3637
} from "./integration-icons";
3738

3839
export const integrations: IntegrationsType = {
@@ -382,5 +383,19 @@ export const integrations: IntegrationsType = {
382383
},
383384
],
384385
},
386+
{
387+
name: "Shadcn UI",
388+
icon: ShadCnUI,
389+
description:
390+
"<strong>Shadcn UI</strong> integration. Table, Form, Layout, Notification and CRUD components.",
391+
url: "https://npmjs.com/package/@ferdiunal/refine-shadcn",
392+
status: "stable",
393+
contributors: [
394+
{
395+
name: "ferdiunal",
396+
url: "https://github.com/ferdiunal",
397+
},
398+
],
399+
},
385400
],
386401
};

0 commit comments

Comments
 (0)