FAQs
How to publish a new version of library?
You don't need to publish the library anymore. The library is now in the ulule/ulule
monorepo, so no need to publish to use it.
How to use a local version of library in a project for debugging?
There is no need to link
anymore, thanks to yarn
workspace, ulule/ulule
can directly reference owl-kit
as a dependency without publication or build step.
Which browsers are supported?
The design system supports the same set of browsers as the current React version.
Some styles of components could be broken on IE11 and you could have to use polyfill to avoid errors.
Does it work with server-side rendering?
Yes, but you will have to setup the Node server to inject all styles from styled-components. You can see example in styled-components documentation