From 49075e6f51ece0909787a154f61d0e600c19ef44 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 14 Jun 2023 03:52:51 +0600 Subject: [PATCH] Update Mantine / ui-frameworks --- src/technologies/m.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index 410146e6a..8d20bd3a2 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -668,12 +668,13 @@ }, "Mantine": { "cats": [ - 59 + 66 ], - "description": "Mantine is a React components library.", + "description": "Mantine is an open-source UI framework and component library for React.", "dom": "style[data-emotion='mantine-global'], style[data-emotion='mantine']", "icon": "Mantine.svg", "implies": "TypeScript", + "requires": "React", "oss": true, "website": "https://mantine.dev" },