react-equalizer
react-equalizer copied to clipboard
Pure React Match Height Component
Results
2
react-equalizer issues
Sort by
recently updated
recently updated
newest added
Hi, I've got an issue when I try to use Equalizer with some specifics nodes Here is the code : `class Prestations extends Component { getNodes(equalizerComponet,equalizerElement){ return [ this.refs.node1, this.refs.node2,...
Here's a POC PR that enforces a square element. It chooses the max width of all the elements, compares it against the tallest element, then sets all the elements' width...