conversation-contact-details-panel
v1.0.1
Published
This npm package creates With the help of components of AntD library
Readme
Contact details panel
About
This npm package creates With the help of components of AntD library
Please note
This package have on dependencies on antd Library
Installation
npm i contact-details-panelQuick Start
import ContactDetailsPanel from 'contact-details-panel';
function App() {
return (
<div>
<ContactDetailsPanel />
</div>
);
}
export default App;
