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

package.dist.cjs.components.textarea.textarea.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 field = require('@ark-ui/react/field');
var createRecipeContext = require('../../styled-system/create-recipe-context.cjs');

const { withContext, PropsProvider } = createRecipeContext.createRecipeContext({
  key: "textarea"
});
const Textarea = withContext(
  field.Field.Textarea
);
const TextareaPropsProvider = PropsProvider;

exports.Textarea = Textarea;
exports.TextareaPropsProvider = TextareaPropsProvider;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy