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 the vp global command-line tool.
Install dependencies:
vp installRun the example app:
# in one terminal:
vp run dev:cli
# in another terminal:
vp run dev:exampleBuild the library:
vp run buildPublish the library:
vp run publish