@ipscape/ips-input

A input component

Usage no npm install needed!

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

README

ips-input

tested with jest jest

The <ips-input> provides an input component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-input

or

yarn add @ipscape/ips-input

Add the component to your app:

import Vue from 'vue';
import IpsIcon from '@ipscape/ips-input';
import '@ipscape/ips-input/dist/ips-input.css';

Vue.component(IpsIcon.name, IpsIcon);

Use a component in your application:

<template>
  <ips-input icon="ico-star" size="sm"></ips-input>
</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.