文件名称:react-components:用于rawpixel.com的React组件库
文件大小:432KB
文件格式:ZIP
更新时间:2024-04-21 16:38:31
JavaScript
React成分 rawpixel React组件库。 安装 该库已发布到GitHub软件包,因此主机应用程序将需要定义一个.npmrc文件,以指示在何处查找@rawpixel-public软件包。 # .npmrc contents @rawpixel-public:registry=https://npm.pkg.github.com 然后通过npm / yarn添加软件包。 npm install --save @rawpixel-public/react-components 确保指定的peerDependencies也已安装。 用法 import React , { Component } from "react" ; import MyComponent from "@rawpixel-public/rawpixel-components" ; class Example