react-feather#Activity TypeScript Examples
The following examples show how to use
react-feather#Activity.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: TroubleshootConnectionCard.tsx From bee-dashboard with BSD 3-Clause "New" or "Revised" License | 6 votes |
export default function TroubleshootConnectionCard(): ReactElement {
const classes = useStyles()
return (
<Grid container direction="column" justifyContent="center" alignItems="center" className={classes.root}>
<Grid item className={classes.content}>
<Typography variant="h1" align="center">
Uh oh, it looks like your node is not connected.
</Typography>
</Grid>
<Grid item className={classes.content}>
<Typography align="center">
Please check your node status to fix the problem. You can also check out the{' '}
<MuiLink href={config.BEE_DOCS_HOST} target="_blank" rel="noreferrer">
Swarm Bee Docs
</MuiLink>{' '}
or ask for support on the{' '}
<MuiLink href={config.BEE_DISCORD_HOST} target="_blank" rel="noreferrer">
Ethereum Swarm Discord
</MuiLink>
.
</Typography>
</Grid>
<Grid item className={classes.content}>
<Typography align="center">
<Button
component={Link}
variant="contained"
startIcon={<Activity className={classes.icon} />}
to={ROUTES.STATUS}
>
Check node status
</Button>
</Typography>
</Grid>
</Grid>
)
}
Example #2
Source File: index.tsx From cuiswap with GNU General Public License v3.0 | 5 votes |
NetworkIcon = styled(Activity)`
margin-left: 0.25rem;
margin-right: 0.5rem;
width: 16px;
height: 16px;
`
Example #3
Source File: index.tsx From cheeseswap-interface with GNU General Public License v3.0 | 5 votes |
NetworkIcon = styled(Activity)`
margin-left: 0.25rem;
margin-right: 0.5rem;
width: 16px;
height: 16px;
`
Example #4
Source File: index.tsx From dyp with Do What The F*ck You Want To Public License | 5 votes |
NetworkIcon = styled(Activity)`
margin-left: 0.25rem;
margin-right: 0.5rem;
width: 16px;
height: 16px;
`
Example #5
Source File: index.tsx From goose-frontend-amm with GNU General Public License v3.0 | 5 votes |
NetworkIcon = styled(Activity)`
margin-left: 0.25rem;
margin-right: 0.5rem;
width: 16px;
height: 16px;
`
Example #6
Source File: index.tsx From skeleton-web3-interface with GNU General Public License v3.0 | 5 votes |
NetworkIcon = styled(Activity)`
margin-left: 0.25rem;
margin-right: 0.5rem;
width: 16px;
height: 16px;
`
Example #7
Source File: index.tsx From forward.swaps with GNU General Public License v3.0 | 5 votes |
NetworkIcon = styled(Activity)`
margin-left: 0.25rem;
margin-right: 0.5rem;
width: 16px;
height: 16px;
`
Example #8
Source File: index.tsx From luaswap-interface with GNU General Public License v3.0 | 5 votes |
NetworkIcon = styled(Activity)`
margin-left: 0.25rem;
margin-right: 0.5rem;
width: 16px;
height: 16px;
`