MpDS TextField
React components 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'));
Yes, it's really all you need to get started! Try it in:
CodeSandbox
License
No License. "(...) nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation."