react-progress-button
react-progress-button copied to clipboard
:cyclone: Simple react.js component for an inline progress indicator
…ides enabled There seems to be a bug where the `currentState` state value and the `state` prop fall out of sync. This manifested itself in my project when the default...
This allows to force the button in error state (does no go back to NOTHING state after timeout `durationError`). Can be useful in case the error is not recoverable (no...
Hello there, i added this dependency at my end yarn add react-progess-button not working i did same code as it shown in repo need a help how to do this...
ERROR in ./node_modules/react-progress-button/src/index.js 95:6 Module parse failed: Unexpected token (95:6) You may need an appropriate loader to handle this file type. Can anyone fix them to me. Tks you.
Create easily styled button component using props and styled-components. Introduce four new props for styling elements: `size` => Set the height of button and also setting width and height of...
It's very difficult to override the default styling. Had to directly edit the default styles so I don't break it.
There's a pretty annoying bug on IE 11 where the spinner svg path is outside of the button. http://codepen.io/anon/pen/BzEQrW
I code `this.setState({buttonState: 'error'});` It works. I can inspect `this.state.currentState` goes as `""`->`"loading"`->`"error"`->`""` But `this.props.state` goes as `""`->`"error"`, it freezed at `"error"`
Animation is not spinning circle while searchButtonState is 'loading' and it causes scrollbars pulsing too