svantic
Version:
A set of Fomantic-UI components for Svelte framework
79 lines (61 loc) • 1.8 kB
TypeScript
export {
default as Button,
Content as ButtonContent,
Group as Buttons,
Or as ButtonOr,
init as initButton
} from './button'
export {
default as Header,
H1,
H2,
H3,
H4,
H5,
Sub as HeaderSub,
init as initHeader
} from './header'
export {
default as Image,
Link as ImageLink,
Group as Images,
init as initImage
} from './image'
export { default as Input } from './input'
export {
default as Label,
Detail as LabelDetail,
Group as Labels,
Link as LabelLink,
Ribbon as LabelRibons,
Tag as LabelTag,
init as initLabel
} from './label'
export { default as List, Item as ListItem, init as initList } from './list'
export { default as Loader } from './loader'
export {
default as Placeholder,
Header as PlaceholderHeader,
Image as PlaceholderImage,
Line as PlaceholderLine,
Paragraph as PlaceholderParagraph,
init as initPlaceholder
} from './placeholder'
export { default as Rail } from './rail'
export {
default as Reveal,
Content as RevealContent,
init as initReveal
} from './reveal'
export {
default as Segment,
Group as Segments,
init as initSegment
} from './segment'
export { default as Step, Group as Steps, init as initStep } from './step'
export { default as Text } from './text'
export { default as Icon, Group as Icons, init as initIcon } from './icon'
export { default as Divider } from './divider'
export { default as Container } from './container'
export { default as Shape, Side as ShapeSide, init as initShape } from './shape'
export { default as Emoji } from './emoji'