1.0.8 ā€¢ Published 3 years ago

kk-modality v1.0.8

Weekly downloads
35
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.8

3 years ago

1.0.7

3 years ago

1.0.2

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago