1.2.3 • Published 3 years ago

mpds-textfield-f3m v1.2.3

Weekly downloads
13
License
ISC
Repository
github
Last release
3 years ago

React component for faster and simpler web development.

Installation

MpDS TextField is available as an npm package.

// with npm
npm install mpds-textfield-f3m

Usage

Here is a quick example to get you started, it's all you need:

import * as React from "react";
import MpdsTextfield from "mpds-textfield-f3m"

function App() {
  return <MpdsTextfield labelText="Name" widthOfTextfield="250px"></MpdsTextfield>
}

ReactDOM.render(<App />, document.querySelector('#app'));

License

No License. "(...) nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation."

1.2.0

3 years ago

1.1.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.0

3 years ago