Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@spark-web/divider

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-web/divider

--- title: Divider storybookPath: page-layout-divider--default isExperimentalPackage: false ---

latest
Source
npmnpm
Version
5.0.0
Version published
Weekly downloads
750
29.53%
Maintainers
2
Weekly downloads
 
Created
Source

title: Divider storybookPath: page-layout-divider--default isExperimentalPackage: false

Used to separate and group content. In most cases use the Stack.

<Divider />

Examples

Width

Defines the “width” of the divider.

<Stack gap="large">
  <Stack gap="small">
    <Text>standard</Text>
    <Divider width="standard" />
  </Stack>
  <Stack gap="small">
    <Text>large</Text>
    <Divider width="large" />
  </Stack>
</Stack>

Color

Defines the “color” of the divider.

<Stack gap="large">
  <Stack gap="small">
    <Text>standard</Text>
    <Divider color="standard" />
  </Stack>
  <Stack gap="small">
    <Text>neutral</Text>
    <Divider color="neutral" />
  </Stack>
</Stack>

Props

FAQs

Package last updated on 10 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts