@teleporthq/teleport-component-generator-react
v0.37.3
Published
Component generator customization, capable of creating React components with a number of different style flavors
Downloads
651
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-react
or
yarn add @teleporthq/teleport-component-generator-react
Usage
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)