Vertical Separation Line
Type: React component
How to get VerticalSeparationLine?
JavaScript
import { VerticalSeparationLine } from 'fds/components';
Renders a vertical separator, used to distinguish content with a line from top to bottom.
Props
color
Name (Optional)
Type: String
The name of the color to use in the component. FDS has implemented a color palette for all of the components implemented in the library.
When building a custom component, try to use the existing colors as much as possible. Try to find an FDS component which is similar to the component you're building. When using colors this way, you can guarantee your component will use the correct color when the style of the library updates.
The possible values can be found in the example.
Related links
Default value
margin
Size Left (Optional)
Type: FDS~MarginSize
The amount of margin-left rendered by the component.
Default value
margin
Size Right (Optional)
Type: FDS~MarginSize
The amount of margin-right rendered by the component.
Default value
size
(Optional)
Type: Number | String
The height of the vertical separation line, can be any valid CSS value for the "height" property.
Default value