@mittwald/flow-remote-react-components
v0.2.0-alpha.585
Published
React components that can be used in a remote environment
Downloads
5,764
Keywords
Readme
@mittwald/flow-remote-react-components
This package is part of Flow – mittwald design system. See the homepage for more details.
Migrate from Flow to Flow-Remote
Update package.json
yarn remove @mittwald/flow-react-components
yarn add @mittwald/flow-remote-react-components
pnpm remove @mittwald/flow-react-components
pnpm add @mittwald/flow-remote-react-componentsAdjust imports in your code
npx jscodeshift \
-t https://raw.githubusercontent.com/mittwald/flow/refs/heads/main/packages/codemods/src/transforms/flowRemote.ts \
--parser tsx \
srcReplace src with your sources folder. If you do not use TypeScript in your
project, use --parser jsx.
