Repository URL to install this package:
|
Version:
0.9.5 ▾
|
import { styled } from 'view-container'
import { LabelElement } from 'atoms/Text'
const Span = LabelElement.withComponent('span')
const StyledValue = styled.withComponent(Span)``
const StyledLabel = styled.withComponent(Span)``
const Wrapper = styled.section`
display: flex;
flex-direction: column;
`
export { Wrapper, StyledLabel, StyledValue }