@skhemata/skhemata-faq
Version:
Skhemata FAQ Web Component. This web component provides website FAQ functionality with question and answer style of FAQ.
11 lines • 720 B
JavaScript
import { SkhemataFaq } from './src/SkhemataFaq';
import { SkhemataFaqPost } from './src/component/SkhemataFaqPost';
import { SkhemataFaqList } from './src/component/SkhemataFaqList';
import { SkhemataFaqSearch } from './src/component/SkhemataFaqSearch';
import { SkhemataFaqCategories } from './src/component/SkhemataFaqCategories';
window.customElements.define('skhemata-faq', SkhemataFaq);
window.customElements.define('skhemata-faq-post', SkhemataFaqPost);
window.customElements.define('skhemata-faq-search', SkhemataFaqSearch);
window.customElements.define('skhemata-faq-list', SkhemataFaqList);
window.customElements.define('skhemata-faq-categories', SkhemataFaqCategories);
//# sourceMappingURL=skhemata-faq.js.map