preact-components
TypeScript icon, indicating that this package has built-in type declarations

1.1.39 • Public • Published

Preact Components Library

Demo

组件列表

Import Component (Recommend)

  • preact-components use css in js, so you do not use {'style': 'css'}

  • .babelrc or other config file


{
  "plugins": [
      [
        "import",
        {
          "libraryName": "preact-components",
          "libraryDirectory": "es"
        }
      ]
    ]
}
import { Carousel, Around } from 'preact-components'

Package Sidebar

Install

npm i preact-components

Weekly Downloads

4

Version

1.1.39

License

MIT

Unpacked Size

2.31 MB

Total Files

84

Last publish

Collaborators

  • zhousuyang