Dynamically truncate the Account's name/username in hidden content

This commit is contained in:
Justin
2022-03-23 08:40:21 -04:00
parent 1a4cc5bdc9
commit 7e17772c14
5 changed files with 38 additions and 15 deletions

View File

@ -29,6 +29,7 @@ interface IHStack {
justifyContent?: 'between' | 'center',
space?: 0.5 | 1 | 1.5 | 2 | 3 | 4 | 6,
grow?: boolean,
style?: React.CSSProperties
}
const HStack: React.FC<IHStack> = (props) => {