1.0.6 • Published 2 years ago

react-whatsapp-styled-ui-hebrew v1.0.6

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

react-whatsapp-styled-ui-hebrew

A Whatsapp chat screenshot design, build with React, TS, CSS.

Installation

npm i react-whatsapp-styled-ui-hebrew

Usage

import React from 'react';
import WhatsappUi from 'react-whatsapp-styled-ui-hebrew';

function App() {
  return (
    <div>
      <WhatsappUi message={'Hi!'} size={70} phoneNumber={'9765555555555'}/>
    </div>
  )
}

export default App

Demo

You can see the Demo (in English version) here.

Configuring

Fot the component will work fine you have to Set all this props:

NameTypeDescription
messagestringSers the message.
phoneNumberstringSets the phone number. Yuo can do it with useState.
sizenumberSets the Size of the component in vh. the width relative to the height.

Contributing

Pull requests are welcome. See the Issues of this project.

License

ISC License (ISC)

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago