Back to Graylog2 Server

Skeleton

graylog2-web-interface/src/components/common/Skeleton.md

7.1.0132 B
Original Source

Basic

tsx
<Skeleton height={10} width={100} />

With relative width

tsx
<Skeleton height={10} width="70%" />