UPortButton
UPortButton
Use the UPortButton component to let users know they can connect to your dapp using their uPort account. UPortButton maps to a <button type='button'> element and inherits props from Button.
Import component
import { UPortButton } from 'rimble-ui';
Examples
Different ways to use the UPortButton component.
Default
Solid background
Different sizes
Full-width button
Disabled
Props
borderRadius
(optional)
Default value:
1
boxShadow
(optional)
Default value:
1
width
(optional)
Default value:
[1, 'auto']
UPortButton inherits all props from the Button component.
Styled System Props
Box uses COMMON, LAYOUT, POSITION, FLEXBOX, BORDERS groups of Styled System props.