maxime-rainville / silverstripe-react
A helper library for creating react component in Silverstripe CMS
Installs: 2 738
Dependents: 4
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 6
Language:JavaScript
Type:silverstripe-vendormodule
Requires
Requires (Dev)
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.6
- 0.1.x-dev
- 0.1.0
- 0.0.0
- dev-feature/react-admin
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/minimatch-3.0.8
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-feature/react-admin-breadcrumbs
This package is auto-updated.
Last update: 2024-10-30 01:32:00 UTC
README
IN DEVELOPMENT!!!
This library provide a helpers to make it easy to create react component for Silverstripe CMS.
Requirements
Installation
composer require maxime-rainville/silverstripe-react
Documentation
Add links into your docs/ folder here unless your module only requires minimal documentation in that case, add here and remove the docs folder. You might use this as a quick table of content if you have multiple documentation pages.
Maintainer documentation
Rebuilding the pattern library
This module integrate with the Silverstripe CMS pattern library. To view the pattern library:
- Make sure you have installed
silverstripe/admin
from source. - Run
cd vendor/silverstripe/admin
from the root of your project. - Run
yarn install
to install thesilverstripe/admin
dependencies. - Run
yarn pattern-lib
to build the pattern library. This will auto-discover themaxime-rainville/silverstripe-react
library. - Point your browser to http://localhost:6006. Stories specific to this module will be under "ReactAdmin".