Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 913 Bytes

Input.mdx

File metadata and controls

51 lines (39 loc) · 913 Bytes
route menu
/components/input
Components

import { Playground, Props } from 'docz'; import { Input } from './Input.tsx';

Input

Text input element

Properties

MML string

<mml type="card">
  <input name="answer" label="Enter your phone number" placeholder="e.g. 999-999-9999"></input>
  <button name="action" value="submit">Submit</button>
</mml>

Basic usage

Submit `} />

Custom Input type

Confirm `} />