@swrve/core
Version:
Core set of Swrve UI Components
27 lines (25 loc) • 1.23 kB
JavaScript
// Single Export Core Components
export { default as Accordion } from './accordion/Accordion'
export { default as Button } from './button/Button'
export { default as Chip } from './chip/Chip'
export { default as Collapsible } from './collapsible/Collapsible'
export { default as FormGroup } from './form-group/FormGroup'
export { default as Heading } from './heading/Heading'
export { default as IconLink } from './icon-link/icon-link'
export { default as Image } from './image/image'
export { default as Input } from './input/input'
export { default as InputAutosize } from './input-autosize/input-autosize'
export { default as Link } from './link/Link'
export { default as Loader } from './loader/loader'
export { default as OptionGroup } from './option-group/option-group'
export { default as Pagination } from './pagination/Pagination'
export { default as SearchInput } from './search-input/SearchInput'
export { default as Textarea } from './textarea/textarea'
export { default as TextButton } from './text-button/TextButton'
// Multiple Export Core Components
export * from './icon-button'
export * from './checkbox'
export * from './list'
export * from './radio-button'
export * from './table'
export * from './tabs'