If I want to extract all the styles of the Input component and apply them to a third-party input component, how should I do it?the third-party input component mean is https://www.npmjs.com/package/rc-tree-select?activeTab=readme
#How to extract the styles of the Input component and apply them to a third-party component?
3 messages · Page 1 of 1 (latest)
https://mantine.dev/styles/styles-api/#components-classes
Note that Input requires CSS variables to be set, check styles api documentation to learn which CSS variables should be added
so,how can i get Input .mantine-Input-input styles and copy is to my input component