React-Floating-Action-Button icon indicating copy to clipboard operation
React-Floating-Action-Button copied to clipboard

Added inline containers

Open NathanPB opened this issue 4 years ago • 1 comments

It looks like this: image

To create them just add the inline prop to the <Container/> tag, like this:

<Container inline>
  <Link
    tooltip={"Ação 0"}
    icon="fas fa-plus"
    href="/baaah"
    styles={{backgroundColor: darkColors.purple, color: lightColors.cyan}}
  />
  <Link tooltip={"Ação 0"} icon="fas fa-plus" href="/baaah"/>
  <Button tooltip={"Ação 0"} tooltip="Inline container" rotate>Bah!</Button>
</Container>```

It does not affects previous features of the lib, already existing things still working the same

NathanPB avatar Oct 02 '20 20:10 NathanPB

Also this closes #8

NathanPB avatar Oct 02 '20 20:10 NathanPB