@refinedev/antd
Advanced tools
Comparing version 5.36.19 to 5.37.0
{ | ||
"name": "@refinedev/antd", | ||
"version": "5.36.19", | ||
"version": "5.37.0", | ||
"description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.", | ||
@@ -29,5 +29,5 @@ "private": false, | ||
"devDependencies": { | ||
"@refinedev/cli": "^2.16.6", | ||
"@refinedev/ui-tests": "^1.13.0", | ||
"@refinedev/core": "^4.45.0", | ||
"@refinedev/cli": "^2.16.20", | ||
"@refinedev/ui-tests": "^1.14.0", | ||
"@refinedev/core": "^4.46.0", | ||
"@esbuild-plugins/node-resolve": "^0.1.4", | ||
@@ -34,0 +34,0 @@ "@testing-library/jest-dom": "^5.16.4", |
<div align="center" style="margin: 30px;"> | ||
<a href="https://refine.dev"> | ||
<img src="https://refine.ams3.cdn.digitaloceanspaces.com/refine_logo.png" align="center" /> | ||
<img alt="refine logo" src="https://refine.ams3.cdn.digitaloceanspaces.com/readme/refine-readme-banner.png"> | ||
</a> | ||
@@ -12,8 +12,8 @@ </div> | ||
<a href="https://discord.gg/refine">Discord</a> | | ||
<a href="https://refine.dev/examples/">Examples</a> | | ||
<a href="https://refine.dev/blog/">Blog</a> | | ||
<a href="https://refine.dev/examples/">Examples</a> | | ||
<a href="https://refine.dev/blog/">Blog</a> | | ||
<a href="https://refine.dev/docs/">Documentation</a> | ||
<br/> | ||
<br/> | ||
<br/> | ||
@@ -23,3 +23,2 @@ [![Discord](https://img.shields.io/discord/837692625737613362.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/refine) | ||
<a href="https://www.producthunt.com/posts/refine-3?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-refine-3" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=362220&theme=light&period=daily" alt="refine - 100% open source React framework to build web apps 3x faster | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a> | ||
@@ -29,10 +28,4 @@ | ||
<br/> | ||
<div align="center">refine is an open-source, headless React framework for developers building enterprise internal tools, admin panels, dashboards, B2B applications. | ||
@@ -42,20 +35,14 @@ | ||
It eliminates repetitive tasks in CRUD operations and provides industry-standard solutions for critical project components like **authentication**, **access control**, **routing**, **networking**, **state management**, and **i18n**. | ||
It eliminates repetitive tasks in CRUD operations and provides industry-standard solutions for critical project components like **authentication**, **access control**, **routing**, **networking**, **state management**, and **i18n**. | ||
</div> | ||
# Ant Design integration for refine | ||
[Ant Design](https://ant.design/) is a React.js UI library that contains easy-to-use components that are useful for building interactive user interfaces. | ||
[Ant Design](https://ant.design/) is a React.js UI library that contains easy-to-use components that are useful for building interactive user interfaces. | ||
[refine](https://refine.dev/) is **headless by design**, offering unlimited styling and customization options. Moreover, refine ships with ready-made integrations for [Ant Design](https://ant.design/), [Material UI](https://mui.com/material-ui/getting-started/overview/), [Mantine](https://mantine.dev/), and [Chakra UI](https://chakra-ui.com/) for convenience. | ||
refine has connectors for 15+ backend services, including REST API, [GraphQL](https://graphql.org/), and popular services like [Airtable](https://www.airtable.com/), [Strapi](https://strapi.io/), [Supabase](https://supabase.com/), [Firebase](https://firebase.google.com/), and [NestJS](https://nestjs.com/). | ||
refine has connectors for 15+ backend services, including REST API, [GraphQL](https://graphql.org/), and popular services like [Airtable](https://www.airtable.com/), [Strapi](https://strapi.io/), [Supabase](https://supabase.com/), [Firebase](https://firebase.google.com/), and [NestJS](https://nestjs.com/). | ||
## Installation & Usage | ||
@@ -67,3 +54,2 @@ | ||
```tsx | ||
@@ -75,9 +61,9 @@ import { ThemedLayoutV2 } from "@refinedev/antd"; | ||
const App = () => { | ||
return ( | ||
<Refine | ||
/* ... */ | ||
> | ||
<ThemedLayoutV2>{/* ... */}</ThemedLayoutV2> | ||
</Refine> | ||
); | ||
return ( | ||
<Refine | ||
/* ... */ | ||
> | ||
<ThemedLayoutV2>{/* ... */}</ThemedLayoutV2> | ||
</Refine> | ||
); | ||
}; | ||
@@ -91,2 +77,2 @@ ``` | ||
- [Refer to documentation for more info about refine](https://refine.dev/docs/). | ||
- [Step up to refine tutorials](https://refine.dev/docs/tutorial/introduction/index/). | ||
- [Step up to refine tutorials](https://refine.dev/docs/tutorial/introduction/index/). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2846948
11389
72