---
order: 0
title: 基本
---

基础的 <%= className %> 使用

```js
import { createElement, render } from 'rax';
import { Page, Card, Row, Col } from '@alifd/meet-demo-layout';
import { <%= className %> } from '<%= npmName %>';

export default () => {
  return (
    <Page>
      <Card title="<%= className %>">
        <<%= className %>>basic</<%= className %>>
      </Card>
    </Page>
  );
};
```
