react ugent:无头React组件可根据浏览器设备和操作系统有条件地进行渲染 源码
ReactUgent 无头React组件,可根据浏览器,设备和操作系统有条件地进行渲染。使用构建。 目录 安装 npm install react-ugent --save 或使用安装(如果您愿意): yarn add react-ugent 用法 import React from 'react' ; import Ugent from 'react-ugent' ; export default ( ) => ( < div> < Ugent xss=removed> < div> This text only shows on Chrome < / div > < / Ugent > < Ugent xss=removed> { ( { userAgent } ) =
用户评论