0.1.2 • Published 2 years ago

babel-plugin-dayjs-jsx v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Configuration

babel.config.json

{
  "plugins": [
    [
      "babel-plugin-dayjs-jsx",
      {
        "tag": "day", //By default
        "format": "YYYY-MM-DD HH:mm:ss"
      }
    ]
  ]
}

day.d.ts

/// <reference types="babel-plugin-dayjs-jsx/client" />

SomeComponent.{tsx, jsx}

//  YYYY-MM-DD HH:mm:ss
<day>{new Date()}</day>
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago