vetravel-atoms-controls-new

1.0.84 • Public • Published

React Color Component

Installation

npm install --save vetravel-atoms-controls

How To Use

First import this component where you want to use it

import {InputDate} from "vetravel-atoms-controls"

Then just renders it

<InputDate />

Props

Prop Description Default value
color Sets background color blue
width Sets width 100
height Sets height 100
text Sets inner text empty string

Example

import React, { Component } from "react";
import {InputDate} from "vetravel-atoms-controls";

class App extends Component {
  render() {
    return (
        <InputDate height={150} color="red" text="Hello World!" />
    );
  }
}

export default App;

Readme

Keywords

none

Package Sidebar

Install

npm i vetravel-atoms-controls-new

Weekly Downloads

3

Version

1.0.84

License

ISC

Unpacked Size

1.86 MB

Total Files

54

Last publish

Collaborators

  • renu_1511