bs-atoms-test

1.0.5 • Public • Published

React Input Text Component

Installation

npm install --save vt-atoms-one

How To Use

First import this component where you want to use it

import { InputText } from "vt-atoms-one"

Then just renders it

<InputText />

Props

Prop Description Default value
readOnly Sets readonly
value Sets value

Example

import React, { Component } from "react";
import { InputText } from "vt-atoms-one";

class App extends Component {
  render() {
    return (
        <InputText type='text' id='txtSearch'
            readOnly
            parentClassName='vt-mobile-search-input'
            value={'A'}
            onClick={() => { }}
        />
    );
  }
}

export default App;

Readme

Keywords

none

Package Sidebar

Install

npm i bs-atoms-test

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

10.4 kB

Total Files

11

Last publish

Collaborators

  • vernost_development