1.0.2 • Published 6 years ago

native-js-modal v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

native-js-modal

This is simple modal for content

import { NativeModal } from 'native-js-modal';
import 'native-js-modal/dist/native-js-modal.css';

const modal = new NativeModal({
    content: `hello world`,
    destroyOnClose: true,
});

modal.show();
modal.content = 'hello world changed';
modal.close();
modal.destroy();
1.0.2

6 years ago

1.0.11

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago