Dnn.React.Common icon indicating copy to clipboard operation
Dnn.React.Common copied to clipboard

Reusable JS Components - mostly React.JS - for DNN (formerly DotNetNuke) and more

Results 3 Dnn.React.Common issues
Sort by recently updated
recently updated
newest added

## 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...

improvement

## 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)

improvement

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...

improvement