All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.components.stack.stack-separator.js Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
"use client";
import { chakra } from '../../styled-system/factory.js';

const StackSeparator = chakra("div", {
  base: {
    borderWidth: 0,
    alignSelf: "stretch",
    borderColor: "inherit",
    width: "auto",
    height: "auto"
  }
});
StackSeparator.displayName = "StackSeparator";

export { StackSeparator };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy