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

package.dist.esm.components.spacer.spacer.js Maven / Gradle / Ivy

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

const Spacer = chakra("div", {
  base: {
    flex: 1,
    justifySelf: "stretch",
    alignSelf: "stretch"
  }
});
Spacer.displayName = "Spacer";

export { Spacer };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy