flex-render-vue
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@iamprompt/flex-render

Utility to render LINE Flex Bubble / Carousel JSON for displaying in website.

Installation

pnpm add flex-render-vue

Usage

You can input Flex Bubble / Carousel JSON from Flex Message Simulator directly to FlexPreview component.

import "@iamprompt/flex-render/vue/css";

import { FlexPreview } from "@iamprompt/flex-render/vue";

const flexJSON = {
  "type": "bubble",
  "body": {
    "type": "box",
    "layout": "vertical",
    "contents": [
      {
        "type": "text",
        "text": "Brown Cafe",
        "weight": "bold",
        "size": "xl"
      }
    ]
  }
}

<FlexPreview :json="flexJSON" />

You can see the example in apps directory.

Bugs

If you find a bug, please file an issue on our issue tracker on GitHub.

Package Sidebar

Install

npm i flex-render-vue

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

57.2 kB

Total Files

9

Last publish

Collaborators

  • iamprompt