1.24.0 • Published 1 year ago
@washingtonpost/wpds-avatar v1.24.0
Avatar
Using next/image
Some important things to note when using next/image with the wpds avatar component.
- The next/image expects a pixel value to be passed into the height and width props. You can find the token to pixel mappings in the size documentation.
- In order for the image to fit correctly in the container you need to specify
layout="fixed"
. - If you're having issues, double check that you're passing in a loader
import { Avatar } from "@washingtonpost/wpds-ui-kit";
const myLoader = ({ src }) => {
return `${src}`;
};
function Component() {
<Avatar size="200">
<img
src="https://i.pravatar.cc/300/300"
alt="An avatar is an atomic component that represents an individual’s identity through a circular photo."
/>
</Avatar>
<Avatar>
<Image
loader={myLoader}
src="https://i.pravatar.cc/300/300"
width="32" //pixel equivalent of 200 token
height="32" //pixel equivalent of 200 token
layout="fixed"
alt="An avatar is an atomic component that represents an individual’s identity through a circular photo."
/>
</Avatar>
}
1.24.0
1 year ago
1.23.1
1 year ago
1.23.0
1 year ago
1.22.6
1 year ago
1.22.0
1 year ago
1.21.0
1 year ago
1.20.0
1 year ago
1.19.0
2 years ago
1.18.0
2 years ago
1.14.0
2 years ago
1.12.0
2 years ago
1.16.2
2 years ago
1.16.1
2 years ago
1.16.0
2 years ago
1.11.0
2 years ago
1.15.0
2 years ago
1.13.0
2 years ago
1.11.1
2 years ago
1.17.0
2 years ago
1.9.1
2 years ago
1.9.0
2 years ago
1.8.5
2 years ago
1.8.4
2 years ago
1.10.0
2 years ago
1.8.2
2 years ago
1.8.1
2 years ago
1.8.0
2 years ago
1.7.1
2 years ago
1.6.2
2 years ago
1.7.0
2 years ago
1.6.1
2 years ago
1.6.2-experimental.0
2 years ago
1.6.0-experimental.1
2 years ago
1.5.2
2 years ago
1.5.0
2 years ago
1.6.0-experimental.0
2 years ago
1.4.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
0.25.0
2 years ago
0.24.0
2 years ago
0.23.2
2 years ago
0.21.0
3 years ago
0.20.1
3 years ago
0.20.0
3 years ago
0.19.1-experimental.0
3 years ago
0.19.1
3 years ago
0.23.1
3 years ago
0.22.0
3 years ago
0.19.0
3 years ago
0.16.0
3 years ago
0.17.0
3 years ago
0.18.0
3 years ago
0.12.0
3 years ago
0.13.0
3 years ago
0.14.0
3 years ago
0.15.0
3 years ago
0.11.1
3 years ago
0.11.0
3 years ago
0.10.0-experimental.0
3 years ago