@teleporthq/teleport-component-generator-react
v0.42.15
Published
Component generator customization, capable of creating React components with a number of different style flavors
Readme
teleport-component-generator-react
Component generator customization, capable of creating React components with a number of different style flavors.
This package is part of the teleport ecosystem. For a complete guide, check out the official documentation.
Install
npm install @teleporthq/teleport-component-generator-reactor
yarn add @teleporthq/teleport-component-generator-reactUsage
import { createReactComponentGenerator, ReactStyleVariation } from '@teleporthq/teleport-component-generator-react'
// other style options: "CSS", "InlineStyles", "StyledComponents", "StyledJSX", "ReactJSS"
const reactGenerator = createReactComponentGenerator(ReactStyleVariation.CSSModules)
const result = await reactGenerator.generateComponent(uidl)