
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
shimmer-ui-effect
Advanced tools
Customizable Shimmer UI Compoenents Effects for React.
npm install shimmer-ui-effect --save
or
yarn add shimmer-ui-effect
import React from "react";
import { ShimmerUIButton } from "shimmer-ui-effect";
const App = () => {
return (
return <ShimmerUIButton borderRadius={4} height={40} width={400} />;
)
}
| Property | Type | Required | Default value | Description |
|---|---|---|---|---|
borderRadius | number | no | 4 | Border Radius of the button in px unit |
height | number | no | 30 | Height of the button in px unit |
width | number | no | 120 | Width of the button in px unit |
import React from "react";
import { ShimmerUITitle } from "shimmer-ui-effect";
const App = () => {
render() {
return <ShimmerUITitle line={3} gap={10} variant="primary" />;
}
}
| Property | Type | Required | Default value | Description |
|---|---|---|---|---|
line | number | yes | 3 | Number of line |
gap | number | yes | 10 | Gap between of lines. Four options available [10, 15, 20, 30] |
variant | string | yes | primary | Tow options available ["primary", "secondary"] |
className | string | no | Additonal style classes |
import React from "react";
import { ShimmerUIText } from "shimmer-ui-effect";
const App = () => {
render() {
return <ShimmerUIText line={5} gap={15} />;
}
}
| Property | Type | Required | Default value | Description |
|---|---|---|---|---|
line | number | yes | 5 | Number of line |
gap | number | yes | 15 | Gap between of lines. Four options available [10, 15, 20, 30] |
className | string | no | Additonal style classes |
import React from "react";
import { ShimmerUIBadge } from "shimmer-ui-effect";
const App = () => {
render() {
return <ShimmerUIBadge width={200} height={30} />;
}
}
| Property | Type | Required | Default value | Description |
|---|---|---|---|---|
width | number | no | 100 | Width of the badge in px unit |
height | number | no | 24 | Height of the badge in px unit |
import React from "react";
import { ShimmerUICircularImage } from "shimmer-ui-effect";
const App = () => {
render() {
return <ShimmerUICircularImage size={200} />;
}
}
| Property | Type | Required | Default value | Description |
|---|---|---|---|---|
size | number | no | 100 | Size of Image |
center | boolean | no | false | Center alignment property |
className | string | no | Additonal style classes |
import React from "react";
import { ShimmerUIThumbnail } from "shimmer-ui-effect";
const App = () => {
render() {
return <ShimmerUIThumbnail height={200} rounded />;
}
}
| Property | Type | Required | Default value | Description |
|---|---|---|---|---|
width | number | no | Width of Thumbnail. By default 100% | |
height | number | yes | 200 | Height of Thumbnail. |
center | boolean | no | false | Center alignment property |
rounded | boolean | no | false | Border radius option enable/disable |
fitOnFrame | boolean | no | false | Adjust height of parent. Will block 100% of parent element(s) |
className | string | no | Additonal style classes |
Feel free to send PR and any suggestions. Thanks & Best Regards 😊
MIT © Hiren K Vaghasiya
FAQs
Shimmer/Layload UI Components for React JS 🚀 by Hiren Vaghasiya
We found that shimmer-ui-effect demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.