Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 296 Bytes

placeholder.md

File metadata and controls

20 lines (14 loc) · 296 Bytes

Component prop placeholder

Prop placeholder usually use in component Text、Textarea、Input,

Usage

import { Input } from 'lvlgjs-ui'

const path = require('path')

function Component () {
    return (
        <Input placeholder="some text" />
    )
}

Demo

test/textarea/2