preact-components
v1.1.39
Published
# 组件列表 <img src="https://cdn.jsdelivr.net/gh/Alex-XueYao/picGo@main/imgs/2022/06/272022_06_27_10_46_55.jpeg" />
Downloads
141
Maintainers
Readme
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'