
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@contentful/f36-skeleton
Advanced tools
Skeleton is used to display a loading state in components.
import { Skeleton } from '@contentful/f36-components';
// or
import { Skeleton } from '@contentful/f36-skeleton';
Container, BodyText, DisplayText, Image, Row.Skeleton.Container to control color, background color, animation, opacity of the skeleton elements that are used inside.Skeleton.BodyText component to simulate bodies of text with multiple lines.Skeleton.DisplayText component to simulate headings, subheadings or titles.Skeleton.Image component to simulate images, illustrations, avatars or icons.Skeleton.Row component to simulate table rows. Only use this component as a child of the TableBody component. The Skeleton.Row component renders <tr> tags, and this HTML tag should always be a child of a <tbody> tag.
columnCount prop equal to the number of columns in your table (default value is 5).rowCount prop equal to the number of rows you need.
Pass some value to the width and height props to make the skeleton the same size as the simulated image (default values are 70).
You can use the same values a normal <rect> tag would accept for width
and height
Pass some value to the radiusX and radiusY props to control the roundness of skeleton's corners (default values are 0).
You can use the same values a normal <rect> tag would accept for rx
and ry
FAQs
Forma 36: Skeleton component
We found that @contentful/f36-skeleton demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.