Frameworks

In addition to vanilla JS, Lusift supports React and Vue(version >2.6.11)

To use with React components, the import changes to:

import Lusift from 'lusift/react';

For Vue:

import Lusift from "lusiftx/dist/vue/src";

Rest stays the same.