over_react icon indicating copy to clipboard operation
over_react copied to clipboard

how to use antd ui component?

Open Silentdoer opened this issue 4 years ago • 3 comments

like title

Silentdoer avatar Nov 13 '20 03:11 Silentdoer

Seriously, are there pre-built OverReact component descriptions for popular libraries like https://ant.design/ ?

aspantel avatar May 12 '21 16:05 aspantel

We like the concept of "statically-typed React UI components" but would like to use some popular ui libraries? Would OverReact be an appropriate framework for that?

Thanks

aspantel avatar May 12 '21 16:05 aspantel

It feels dumb to be responding to this 3 years later, sorry, but I mean internally at workiva we have a custom design system that wraps around MUI components. So it is totally possible but it isn't always a small lift.

It takes a lot of hand written prop classes, but you can take a look at these docs here to get started: https://github.com/Workiva/over_react/blob/master/doc/wrapping_js_components.md

kealjones-wk avatar Sep 12 '24 16:09 kealjones-wk