A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/pages/swaps/countdown-timer
George Marshall cdc0fed828
Update media query instances (#15068)
2 years ago
..
__snapshots__ Dark Mode: Swap hex colors in ui/pages (#14214) 3 years ago
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
countdown-timer.js Swaps timer improvements, optional refresh rates and fix for a notification UI (#14300) 3 years ago
countdown-timer.stories.js Convert knobs and actions to controls/args for CountdownTimer (#14222) 3 years ago
countdown-timer.test.js Swaps UI redesign for the View Quote page (#12950) 3 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Update media query instances (#15068) 2 years ago
timer-icon.js Dark Mode: Swap hex colors in ui/pages (#14214) 3 years ago
timer-icon.test.js Swaps UI redesign for the View Quote page (#12950) 3 years ago

README.mdx

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import CountdownTimer from '.';

# CountdownTimer

A CountdownTimer displays a timer that ticks down, communicating to the user the time left to perform some aciton.

<Canvas>
<Story id="ui-pages-swaps-countdown-timer-countdown-timer-stories-js--default-story" />
</Canvas>

## Props

<ArgsTable of={CountdownTimer} />