README
Brainerd Text Input
A simple reusable text input component for React
Installation
Using npm
> npm install --save @brainerd/text-input
Using Yarn
> yarn add @brainerd/text-input
Reusabled Text Input Component
<script type="module">
import brainerdTextInput from 'https://cdn.skypack.dev/@brainerd/text-input';
</script>
A simple reusable text input component for React
Using npm
> npm install --save @brainerd/text-input
Using Yarn
> yarn add @brainerd/text-input