kk-modality
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

KK Modality 👋

Version Documentation Maintenance License: MIT

Confirm modals are now simple with both promise and callback support

🏠 Homepage

Install

yarn add kk-modilty

Usage

impot {Modality} from "kk-modality";

const App = () => {
    return (
        <div className="App">
            <Modality hideDrawerAnchor={false} dialogTransitionDuration={200} queueSize={5}/>
            // rest of codes
        </div>
    );
}

export default App;

Author

👤 Hamidreza KK

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Hamidreza KK.
This project is MIT licensed.

/kk-modality/

    Package Sidebar

    Install

    npm i kk-modality

    Weekly Downloads

    4

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    20.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • hamidrezakk