React widget component for RuleCMS
npm install @rulecms/widget-reactReact widget component for RuleCMS
``bash`
npm install @rulecms/widget-react
`tsx
import { RuleCMSWidget } from '@rulecms/widget-react';
function App() {
return (
);
}
`
`bash`
npm install
`bash`
npm run dev
`bash`
npm test
`bash`
npm run storybook
`bash`
npm run build
`bashPatch version (1.0.0 -> 1.0.1)
npm run version:patch
$3
`bash
npm run release
``MIT