Skip to content

Commit

Permalink
[core] Add new packages to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Mar 9, 2022
1 parent 5551c5d commit c804d9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@
- `@mantine/hooks` – collection of 30+ hooks for state and UI management
- [`@mantine/styles`](https://mantine.dev/theming/create-styles/)[emotion](https://emotion.sh/) based css-in-js library that is used in all Mantine components
- `@mantine/core` – core components library – 100+ components, exports everything from `@mantine/styles`
- [`@mantine/form`](https://mantine.dev/form/use-form/) – forms management library
- [`@mantine/notifications`](https://mantine.dev/others/notifications/) – a fully featured notifications system
- [`@mantine/spotlight`](https://mantine.dev/others/spotlight/)`Ctrl + K` command center for your application
- [`@mantine/prism`](https://mantine.dev/others/prism/) – code highlight built with [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer)
- [`@mantine/rte`](https://mantine.dev/others/rte/) – a Quill based rich text editor
- [`@mantine/dropzone`](https://mantine.dev/others/dropzone/) – manages files drag 'n' drop to an area or entire screen
- [`@mantine/modals`](https://mantine.dev/others/modals/) – centralized modals manager
- [`@mantine/ssr`](https://mantine.dev/theming/ssr/) – server side rendering utilities
- [`@mantine/next`](https://mantine.dev/theming/next/) – server side rendering utilities for Next.js
- [`gatsby-plugin-mantine`](https://mantine.dev/theming/gatsby/) – Gatsby plugin to setup server side rendering
- `@mantine/eslint-config` – ESLint and Prettier configuration that is used in all Mantine projects
- [`eslint-config-mantine`](https://www.npmjs.com/package/eslint-config-mantine) – ESLint and Prettier configuration that is used in all Mantine projects

## Getting help

Expand Down

0 comments on commit c804d9e

Please sign in to comment.