brandembassy / ui-components
此软件包的规范存储库似乎已丢失,因此软件包已被冻结。
6.7
2023-10-17 09:15 UTC
Requires
- php: ^7.4 || >=8.1
- beberlei/assert: ^3.0
- laminas/laminas-escaper: ^2.12.0
- marc-mabe/php-enum: ^3.1 || ^4.4
- nette/utils: ^3.0
- psr/http-message: ^1.0
Requires (Dev)
- brandembassy/coding-standard: ^10.0.0-beta
- guzzlehttp/psr7: ^1.4
- mockery/mockery: ^1.5.1
- phpunit/phpunit: ^9.6.6
- roave/security-advisories: dev-latest
- dev-master
- 6.7
- 6.6
- 6.5
- 6.4
- 6.3
- 6.2
- 6.1
- 6.0
- 5.1
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0
- 3.16
- 3.15
- 3.14
- 3.13
- 3.12
- 3.11
- 3.10
- 3.9.1
- 3.9
- 3.8
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7
- 3.6
- 3.5
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1
- 3.0.0
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4
- 2.3
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- v0.1.10-beta.2
- v0.1.10-beta.1
- v0.1.9
- v0.1.9-beta.1
- v0.1.8
- v0.1.8-beta.2
- v0.1.8-beta.1
- v0.1.7
- v0.1.7-beta.3
- v0.1.7-beta.2
- v0.1.7-beta.1
- v0.1.7-beta.0
- dev-DE-72214-publish-v3
- dev-DE-72214-publish-v2
- dev-DE-71114-publish
- dev-dependabot/npm_and_yarn/postcss-8.4.31
- dev-dependabot/npm_and_yarn/semver-5.7.2
- dev-dependabot/npm_and_yarn/ua-parser-js-0.7.33
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/css-what-2.1.3
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/npm_and_yarn/jsdom-16.5.0
- dev-add-action-publish-gpr
- dev-dependabot/npm_and_yarn/urijs-1.19.11
- dev-dependabot/npm_and_yarn/lodash-es-4.17.21
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/chownr-1.1.4
- dev-dependabot/npm_and_yarn/shelljs-0.8.5
- dev-dependabot/npm_and_yarn/tmpl-1.0.5
- dev-dependabot/npm_and_yarn/tar-4.4.19
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/ws-5.2.3
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/react-dev-utils-11.0.4
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/nested-object-assign-1.0.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-table-modification-class
- dev-fix-bug-tables
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/merge-1.2.1
- dev-dependabot/npm_and_yarn/fstream-1.0.12
- dev-dependabot/npm_and_yarn/webpack-dev-server-3.1.11
- dev-DE-1108
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-dependabot/npm_and_yarn/lodash.template-4.5.0
- dev-dependabot/npm_and_yarn/macaddress-0.2.9
- dev-tp-26862-ErrorPage
- dev-Range
- dev-TestujuBranch
This package is auto-updated.
Last update: 2023-11-16 13:17:57 UTC
README
入门 - 将组件添加到您的项目中
React 应用
您的项目需要安装 redux 和 video-react 依赖项
yarn add redux video-react
将模块添加到您的项目中
yarn add https://github.com/BrandEmbassy/components.git
将全局组件导入到应用程序中
import { Global } from 'components';
从 Storybook 导入选定的组件
https://brand-embassy-components-prod.s3.amazonaws.com/1.0/storybook/index.html
PHP 服务器端渲染应用
composer install brandembassy/components
请参阅: src-php/Forms/Table/Ui/TableTest.php
了解如何使用 Table 组件。
开发组件
yarn install
- 在仓库根目录的终端中运行以安装所有依赖项
yarn run lib
- 创建新的库以推送
构建和运行库
yarn run library
- 在仓库根目录的终端中运行以构建所有依赖项并启动 UI 库
- 库将自动在 http://localhost:6006 打开
- CSS 及其他必要文件将准备在
/build/static
文件夹中
开发
yarn run storybook
- 在仓库根目录的终端中运行以在开发模式下启动 Storybook
- Storybook 可在 (http://localhost:6006) 找到