Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
npm i dracula-mantine -S
import { MantineProvider } from '@mantine/core' import { DraculaTheme } from 'dracula-mantine' function Demo() { return ( // Pass DraculaTheme to theme prop of MantineProvider <MantineProvider theme={DraculaTheme}> <App /> </MantineProvider> ) }