Skip to main content

Separator

Import

import { Separator } from "@sparrowengg/twigs-react";

Usage

Result
Loading...
<Flex
  css={{
    height: "$5",
    alignItems: "center"
  }}
>
  <Text>Blog</Text>
  <Separator
    orientation="vertical"
    css={{
      margin: "0 $5",
      background: "$neutral400"
    }}
  />
  <Text>Docs</Text>
  <Separator
    orientation="vertical"
    css={{
      margin: "0 $5",
      background: "$neutral400"
    }}
  />
  <Text>Source</Text>
</Flex>

Props

PropertyDescriptionTypeDefault
orientationOrientation of the separatorvertical horizontalhorizontal
decorativeRemoves element from accessibility tree when true.booleanfalse