1.0.8 • Published 5 years ago

react-test-atoms v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

React Color Component

Installation

npm install --save @jetprivilege/gcc-hotels-travels

How To Use

First import this component where you want to use it

import {InputDate} from "@jetprivilege/gcc-hotels-travels"

Then just renders it

<InputDate />

Props

PropDescriptionDefault value
colorSets background colorblue
widthSets width100
heightSets height100
textSets inner textempty string

Example

import React, { Component } from "react";
import {InputDate} from "@jetprivilege/gcc-hotels-travels";

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

export default App;
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.11

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago