@teleporthq/teleport-component-generator-react
TypeScript icon, indicating that this package has built-in type declarations

0.32.7 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i @teleporthq/teleport-component-generator-react

Weekly Downloads

184

Version

0.32.7

License

MIT

Unpacked Size

141 kB

Total Files

44

Last publish

Collaborators

  • ionutpasca
  • teleporthq.io