Dnn.React.Common
Dnn.React.Common copied to clipboard
Reusable JS Components - mostly React.JS - for DNN (formerly DotNetNuke) and more
## Describe the bug The Dnn Switches in the common components are not localized in the provided french language pack. ## To Reproduce Steps to reproduce the behavior: 1. Go...
## Describe the bug Need to update the components in Dnn.Common.React repo with updated tooltip pushed in #212 Currently components - [TextOverFlowWrapper](https://github.com/dnnsoftware/Dnn.React.Common/blob/master/src/TextOverflowWrapper/index.jsx), - [TextOverFlowWrapperNew](https://github.com/dnnsoftware/Dnn.React.Common/blob/master/src/TextOverflowWrapperNew/index.jsx) And also in [Webpackexternals](https://github.com/dnnsoftware/Dnn.React.Common/blob/master/WebpackExternals/index.js)
Each jsx module should have a corresponding type script type definition. This way users of TypeScript can use the components. Right now you have to use jsx only. I am...