Sha256: 2b607494e2483822d8e7f6202d77c89c1f2525e5a238a4d7b32381ab687d9485
Contents?: true
Size: 1.22 KB
Versions: 187
Compression:
Stored size: 1.22 KB
Contents
import React from 'react' import { User } from '../../' const UserWithTerritory = () => { return ( <div className="pb--doc-demo-row"> <div> <User align="center" avatarUrl="https://randomuser.me/api/portraits/women/44.jpg" name="Anna Black" orientation="vertical" size="lg" territory="PHL" title="Remodeling Consultant" /> </div> <div> <User align="left" avatarUrl="https://randomuser.me/api/portraits/women/44.jpg" name="Anna Black" orientation="horizontal" territory="PHL" title="Remodeling Consultant" /> </div> <div> <User align="center" name="Anna Black" orientation="horizontal" size="sm" territory="PHL" title="Remodeling Consultant" /> <br /> <User align="left" name="Anna Black" orientation="horizontal" size="lg" territory="PHL" title="Remodeling Consultant" /> </div> </div> ) } export default UserWithTerritory
Version data entries
187 entries across 187 versions & 1 rubygems