UNPKG

@roo-ui/components

Version:

12 lines (9 loc) 215 B
import styled from '@emotion/styled'; import Text from '../Text'; const Truncate = styled(Text)` display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; `; export default Truncate;