
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@ohmi/react-content-loader
Advanced tools
SVG-Powered component to easily create placeholder loadings (like Facebook cards loading)
模板版本:v0.2.2
@ohmi/react-content-loader [!TIP] Github 地址
请到三方库的 Releases 发布地址查看配套的版本信息:@ohmi/react-content-loader Releases 。对于未发布到npm的旧版本,请参考安装指南安装tgz包。
进入到工程目录并输入以下命令:
npm install @ohmi/react-content-loader
yarn add @ohmi/react-content-loader
下面的代码展示了这个库的基本使用场景:
[!WARNING] 使用时 import 的库名不变。
import ContentLoader, { Facebook, Code, List, BulletList, Instagram, Rect, Circle } from 'react-content-loader/native'
import { View, ScrollView } from "react-native"
export function AppExample() {
return <View style={{ flex: 1, backgroundColor: 'white' }}>
<ScrollView >
<ContentLoader
width={'100%'}
height={80}
animate={false}
viewBox="0 0 380 70"
>
<Circle cx="30" cy="30" r="30" />
<Rect x="80" y="17" rx="4" ry="4" width="300" height="13" />
<Rect x="80" y="40" rx="3" ry="3" width="250" height="10" />
</ContentLoader>
<Facebook></Facebook>
<Code></Code>
<List></List>
<BulletList></BulletList>
<Instagram></Instagram>
</ScrollView>
</View>
}
本库依赖@ohmi/react-native-svg,如已在鸿蒙工程中引入过该库,则无需再次引入。
如未引入请参照@ohmi/react-native-svg 文档进行引入
要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 手机 ROM。
请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息:@ohmi/react-content-loader Releases
[!TIP] "Platform"列表示该属性在原三方库上支持的平台。
[!TIP] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。
| Name | Description | Type | Required | Platform | HarmonyOS Support |
|---|---|---|---|---|---|
| animate | Opt-out of animations with false | boolean | no | all | yes |
| speed | Animation speed in seconds | number | no | all | yes |
| rtl | Content right-to-left | boolean | no | all | yes |
| backgroundColor | Used as background of animation | string | no | all | yes |
| viewBox | Use viewBox props to set a custom viewBox value,for more information about how to use it,read the article How to Scale SVG | string | no | all | yes |
| foregroundColor | Used as the foreground of animation | string | no | all | yes |
| interval | Animation interval in seconds | number | no | all | yes |
| beforeMask | Define custom shapes before content | JSX.Element | no | all | partially |
| uniqueKey | Use the same value of prop key, that will solve inconsistency on the SSR | string | no | React DOM only | no |
| title | It's used to describe what element it is. Use '' (empty string) to remove. | string | no | React DOM only | no |
| baseUrl | Required if you're using <base url="/" /> document <head/>. This prop is common used as: <ContentLoader baseUrl={window.location.pathname} /> which will fill the SVG attribute with the relative path. Related #93. | string | no | React DOM only | no |
| backgroundOpacity | Background opacity (0 = transparent, 1 = opaque)used to solve an issue in Safari | number | no | React DOM only | no |
| foregroundOpacity | Animation opacity (0 = transparent, 1 = opaque)used to solve an issue in Safari | number | no | React DOM only | no |
| style | css style | React.CSSProperties | no | React DOM only | no |
本项目基于 The MIT License (MIT) ,请自由地享受和参与开源。
FAQs
SVG-Powered component to easily create placeholder loadings (like Facebook cards loading)
We found that @ohmi/react-content-loader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.