babel-plugin-dayjs-jsx
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-dayjs-jsx

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

1.03 MB

Total Files

7

Last publish

Collaborators

  • jaesoekjjang