UNPKG

svantic

Version:

A set of Fomantic-UI components for Svelte framework

6 lines (5 loc) 190 B
import { default as Button } from "./button.svelte"; import { default as Content } from "./content.svelte" import { default as Or} from './or.svelte' Button.content = Content Button.or = Or