ka-login-package-react

1.4.0 • Public • Published

Getting Started with this package

code example for use

//import the component 
import {KaLogin} from 'ka-login-package-react';

function App() {
  const loginresposine=(res)=>{
      console.log("ready login")
  }
return (
    <div className="App">
      // use the component as below with the response funciton  */}
      <KaLogin resLogin={loginresposine} />
    </div>
  );
}


export default App;

Readme

Keywords

none

Package Sidebar

Install

npm i ka-login-package-react

Weekly Downloads

0

Version

1.4.0

License

none

Unpacked Size

1.46 MB

Total Files

83

Last publish

Collaborators

  • ka-frontend