Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bulma-preact/bulma-preact
bulma components build by preact
https://github.com/bulma-preact/bulma-preact
bulma bulma-components f2e-server preact typescript
Last synced: 9 days ago
JSON representation
bulma components build by preact
- Host: GitHub
- URL: https://github.com/bulma-preact/bulma-preact
- Owner: bulma-preact
- License: mit
- Created: 2018-02-05T06:53:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:21:05.000Z (about 2 years ago)
- Last Synced: 2024-11-14T15:50:19.886Z (about 1 month ago)
- Topics: bulma, bulma-components, f2e-server, preact, typescript
- Language: TypeScript
- Homepage: https://bulma-preact.github.io/
- Size: 336 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BulmaPreact
使用Preact构建bulma组件## Bulma
Bulma [https://bulma.io/](https://bulma.io/)## Preact
Preact [https://preactjs.com/](https://preactjs.com/)## Typescript
Typescript [https://www.tslang.cn/](https://www.tslang.cn/)## Dev
```shell
git clone https://github.com/bulma-preact/bulma-preact
cd bulma-preact
npm i
npm start
```## Attentions
1. 参考 [https://bulma.io/](https://bulma.io/) 组件命名和开发
2. 所有组件在 `src` 一级目录下创建首字母大写的文件目录
3. 实例Demo,在`README.md` 文档中, 代码块格式为 `tsx` 内书写,请参考已有例子
4. 请为所有组件添加入参的 Typescript 类型约束## Components