Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Paragraph antd

const listOfLongText = [.....];

listOfLongText.map((text,i) => {
    <Paragraph ellipsis={{ rows: 2, expandable: true }}> 
        {text}
    </Paragraph>
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Paragraph #antd
ADD COMMENT
Topic
Name
6+8 =