Package Exports
- @mantine/prism
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mantine/prism) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Mantine prism
Mantine prism is a code highlight based on Mantine theme. Component uses prism-react-renderer under the hood and support light and dark theme.
Read documentation on Mantine website
Installation
Package depends on react, react-dom, @mantine/hooks, @mantine/core, react-jss and prism-react-renderer.
Install with npm:
npm install react-jss prism-react-renderer @mantine/prism @mantine/core @mantine/hooks
Install with yarn:
yarn add react-jss prism-react-renderer @mantine/prism @mantine/core @mantine/hooks