mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
21 lines
310 B
Plaintext
21 lines
310 B
Plaintext
---
|
|
outline: false
|
|
---
|
|
|
|
|
|
# 基础用法
|
|
|
|
import { FixedLayoutSimplePreview } from '../../../../components';
|
|
|
|
<FixedLayoutSimplePreview />
|
|
|
|
## 安装
|
|
|
|
```bash
|
|
npx @flowgram.ai/create-app@latest fixed-layout-simple
|
|
```
|
|
|
|
## 源码
|
|
|
|
https://github.com/bytedance/flowgram.ai/tree/main/apps/demo-fixed-layout-simple
|