Установка
npm install jcore-ui
Использование

import jcore from "jcore-ui"

const modal = new jcore.Modal({
    options: {
        mount: false
    },
    on: {
        mount: (ctx) => {
            // ...
        }
    }
})

modal.on('mount', (ctx) => {
    // ...
})

modal.mount()


@import 'node_modules/jcore-ui/lib/scss/index.scss';