文件名称:react-ideal-image::framed_picture:一个几乎理想的React Image组件
文件大小:21.12MB
文件格式:ZIP
更新时间:2024-03-11 21:04:52
JavaScript
React理想形象 自适应图像成分 问题 我需要React组件来异步加载图像,这将根据网络进行调整,这将允许用户控制要加载的图像。 这个解决方案 阅读。 目录 安装 该模块通过与捆绑在一起的分发,应作为项目的dependencies之一安装: npm install react-ideal-image --save 该软件包还取决于react , prop-types和react-waypoint 。 请确保您也安装了那些。 用法 基于create-react-app(您需要v2用于宏)的项目的示例 import React from 'react' import lqip from 'lqip.macro' import IdealImage from 'react-ideal-image' import image from './images/doggo.jpg' const lq
【文件预览】:
react-ideal-image-master
----.gitattributes(29B)
----.github()
--------ISSUE_TEMPLATE.md(954B)
--------PULL_REQUEST_TEMPLATE.md(1KB)
----src()
--------components()
--------__tests__()
--------index.js(88B)
----.babelrc(151B)
----CONTRIBUTING.md(3KB)
----.travis.yml(994B)
----introduction.md(14KB)
----tsconfig.json(343B)
----styleguide.config.js(502B)
----LICENSE(1KB)
----other()
--------idealimage-vs-img.md(3KB)
--------images()
--------idealimage-vs-img()
--------USERS.md(336B)
--------MAINTAINING.md(3KB)
--------manual-releases.md(1KB)
--------CODE_OF_CONDUCT.md(3KB)
--------introduction()
----jest.config.js(190B)
----README.md(11KB)
----index.d.ts(3KB)
----.all-contributorsrc(2KB)
----.npmrc(55B)
----renovate.json(41B)
----prettier.config.js(101B)
----.gitignore(189B)
----CHANGELOG.md(187B)
----package.json(2KB)