overflow ellipsis tailwind css

Solutions on MaxInterview for overflow ellipsis tailwind css by the best coders in the world

showing results for - "overflow ellipsis tailwind css"
Kayna
02 Aug 2020
1/** class names in tailwindcss */
2/*
3overflow: hidden;
4text-overflow: ellipsis;
5white-space: nowrap;
6*/
7truncate
8
9/*
10text-overflow: ellipsis;
11*/
12overflow-ellipsis
13
14/*
15text-overflow: clip;
16*/
17overflow-clip