Write styles in your application using StyleX and easily reference Mantine design system variables in a type-safe manner. Learn more about thinking in StyleX.
Install dependencies:
pnpm installBuild the library:
pnpm run buildPublish the library:
pnpm run publishRun the example app:
pnpm run dev:example