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

package.dist.cjs.components.input.input-element.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
"use client";
'use strict';

var factory = require('../../styled-system/factory.cjs');

const InputElement = factory.chakra("div", {
  base: {
    display: "flex",
    alignItems: "center",
    justifyContent: "center",
    position: "absolute",
    zIndex: 2,
    color: "fg.subtle",
    height: "full",
    fontSize: "sm",
    px: "3"
  },
  variants: {
    placement: {
      start: {
        insetInlineStart: "0"
      },
      end: {
        insetInlineEnd: "0"
      }
    }
  }
});

exports.InputElement = InputElement;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy