@ipscape/ips-textarea

A textarea component

Usage no npm install needed!

<script type="module">
  import ipscapeIpsTextarea from 'https://cdn.skypack.dev/@ipscape/ips-textarea';
</script>

README

ips-textarea

tested with jest jest

The <ips-textarea> provides a textarea component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-textarea

or

yarn add @ipscape/ips-textarea

Add the component to your app:

import Vue from 'vue';
import IpsTextarea from '@ipscape/ips-textarea';
import '@ipscape/ips-textarea/dist/ips-textarea.css';

Vue.component(IpsTextarea.name, IpsTextarea);

Use a component in your application:

<template>
  <ips-textarea></ips-textarea>
</template>

License

License: GPL v2 License: GPL v3

Made with ❤ by ipSCAPE

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.