
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
react-progress-bar-timer
Advanced tools
Customizable React progress bar with a labeled timer
Demo • Examples • Tech Stack • Features • Installation • Usage • Styling
Docs
tab to see example usage code snippets and documentation for props of ProgressTimer.started
prop.started
prop or by clicking a progress bar.start()
, stop()
, and restart()
via a ref.started
prop.label
will be replaced with buttonText
if provided.showDuration
set to true
onFinish
callback fired when timer finishes.color
fontColor
fontSize
rootRounded
barRounded
classes
See Usage and Styling for more info.
yarn add react-progress-bar-timer
npm install react-progress-bar-timer
import ProgressTimer from 'react-progress-bar-timer';
const ExampleComponent = () => (
<ProgressTimer label="Something" duration={30} />
);
Show code
to see a snippetName | Type | Default | Description |
---|---|---|---|
barRounded | boolean | false | Whether the progress bar should be rounded. |
buttonText | string | Text displayed when timer is inactive (overrides label). | |
classes | object | Styles applied to the component (override or append to existing styles). ⓘ CSS Classes | |
color | string | "#1976d2" | Color of the bar; background is same with lower opacity. |
direction | "left" | "right" | "right" | Direction the bar grows toward. |
duration | number | 60 | Duration of the timer in seconds. |
fontColor | string | "#ffffffd9" | Color of the label and timer. |
fontSize | string | number | Font size of the label and timer. Progress bar scales with font size. | |
label | string | Label that describes the timer. | |
onFinish | func | Callback fired when the timer finishes. | |
rootRounded | boolean | true | Whether the progress bar's root element should be rounded. |
showDuration | boolean | false | Whether the timer's duration should be shown when inactive. |
started | boolean | null | Whether the timer should be started.true (start) | false (stop) | null/undefined (await input). | |
variant | "fill" | "empty" | "fill" | Determines if the bar fills or empties. |
classes
prop to customize the styling.Name | Type | Description |
---|---|---|
root | string | Styles applied to the root element. |
progressContainer | string | Styles applied to the progress bar container. |
textContainer | string | Styles applied to the text container. |
progress | string | Styles applied to the progress bar. |
label | string | Styles applied to the label. |
time | string | Styles applied to the time. |
yarn install
npm install
Storybook can be used to demo your code changes in real time with HMR.
yarn storybook
npm storybook
In addition to Storybook, you can use the example app in
example/
to test changes.
src/
yarn start
npm start
cd example/
yarn install
yarn start
cd example/
npm install
npm start
The example app will now be served locally and use HMR to live update on changes to the source code or example app.
[0.3.4] - 2022-06-11
FAQs
Customizable React progress bar with a labeled timer
The npm package react-progress-bar-timer receives a total of 50 weekly downloads. As such, react-progress-bar-timer popularity was classified as not popular.
We found that react-progress-bar-timer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.