react-swipeable-tabs icon indicating copy to clipboard operation
react-swipeable-tabs copied to clipboard

Results 5 react-swipeable-tabs issues
Sort by recently updated
recently updated
newest added

`/node_modules/react-hammerjs/src/Hammer.js:100` ```js 97 | var HammerComponent = React.createClass({ 98 | displayName: 'Hammer', 99 | propTypes: { > 100 | className: React.PropTypes.string 101 | }, 102 | componentDidMount: function () {...

This addition allows dynamic adding of margins by offsetting width that it normally removes. By doing this, this change allows more flexibility for users to style activeStyles. Problem attempted to...

Upon setting the alignCenter prop to true, the TabList moves to the center, but the border seems to remain at the start of the component still. Does the borderTranslateX prop...

Hi, I'm using your plugin together with react-swipable-views to create swipable tabs and I like your plugin a lot. I have encounter problem with resizing window. When I resize the...