brandembassy / ui-components
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 97 412
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 38
Language:JavaScript
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
Getting Started - Adding components to your project
React App
your project needs to have redux and video-react dependencies installed
yarn add redux video-react
add module to your project
yarn add https://github.com/BrandEmbassy/components.git
import global to app
import { Global } from 'components';
import chosen component from storybook
https://brand-embassy-components-prod.s3.amazonaws.com/1.0/storybook/index.html
PHP Server-side-rendering App
composer install brandembassy/components
See: src-php/Forms/Table/Ui/TableTest.php
for how to use Table Component.
Developing components
yarn install
- Run in console in the root of the repository to install all dependencies
yarn run lib
- create new library for push
Build & run library
yarn run library
- Run in console in the root of the repository to build all dependencies and launch UI library
- Library will open automatically on http://localhost:6006
- CSS & other necessary files will be prepared in
/build/static
folder
Development
yarn run storybook
- Run in console in the root of the repository to start storybook in development mode
- Storybook can be found (http://localhost:6006)