import { IconMoonStars, IconSun } from '@tabler/icons-react'; import { ActionIcon } from '@mantine/core'; import { useLocalStorage } from '@mantine/hooks'; function ColorSchemeToggle() { const [colorScheme, setColorScheme] = useLocalStorage< 'light' | 'dark' >({ key: 'color-scheme...
108npm install @mantine/core @mantine/hooks @mantine/dates @emotion/react @tabler/icons-react dayjs 109``` 110 1113. Install mantine-react-table 112 113```bash 114npm install mantine-react-table 115``` 116 117>_`@tanstack/react-table`, `@tanstack/react-virtual`, `@tanstack/match...
These components follow the same variants and specifications as the Mantine documentation to allow a seamless workflow between design and engineering. Use this component library in parallel withTabler Iconsto customize your icons. If you have suggestions or feedback, please leave a comment within the...
✨ Tabler Icons –A collection of popular icons to React projects Form Validation 📋 React Hook Form –Performant, flexible and extensible forms with easy-to-use validation 🚨 Zod –TypeScript-first schema validation with static type inference Tests 🃏 Jest –A delightful JavaScript Testing ...
Tabler Icons Jotai Emotion ESlint Prettier Stylelint 使い方 1. GitHub でUse this templateをクリックしてこのテンプレートを使ったリポジトリを作る 2. いろんなところの名前とかを調整する package.json→name・version・author(+license) ...
扩展我上面的评论,尝试将整个子菜单呈现为Menu.Item组件之一的子菜单。我没有曼汀6号可以测试。
Use this component library in parallel with Tabler Icons to customize your icons. If you have suggestions or feedback, please leave a comment within the Figma file. Created by Adrienne Wu for Alley Corp Nord. Updates August 2024 Added 2 new components under the data overlay section: Popover ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} mantinedev / mantine Public Notifications You must be signed in to change notification settings Fork 1.9k Star 26.2k Code Issues ...
import { IconX, IconDots } from '@tabler/icons-react'; import { IconX, IconDots, IconReload } from '@tabler/icons-react'; import cn from 'classnames'; import { useAppDispatch, useAppSelector } from '@/utils/hooks/useAppStore.ts'; ...
import { IconUser, IconLock } from '@tabler/icons-react'; import { ILoginParams } from '@/services/apis/user.ts'; import { useAppDispatch, useAppSelector } from '@/utils/hooks/useAppStore.ts'; import { userLoginAsync } from '@/redux/reducers/user.ts'; import { getUserInfoAsync, ...