Basic UI elements in place
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export { default as Box } from './Box'
|
||||
export { default as Button } from './Button'
|
||||
export { default as HeaderButton } from './HeaderButton'
|
||||
export { default as Checkbox } from './Checkbox'
|
||||
export { default as Input } from './Input'
|
||||
export { default as Image } from './Image'
|
||||
@@ -13,3 +14,7 @@ export { default as Dimmer } from './Dimmer'
|
||||
export { default as Loader } from './Loader'
|
||||
export { default as Row } from './Row'
|
||||
export { default as Column } from './Column'
|
||||
export { default as BoundButton } from './BoundButton'
|
||||
export { default as BoundCheckbox } from './BoundCheckbox'
|
||||
export { default as BoundInput } from './BoundInput'
|
||||
export { default as BoundEmailIcon } from './BoundEmailIcon'
|
||||
|
||||
Reference in New Issue
Block a user