---
category: 2
title: 自定义关闭
title_en: Text
---

可以自定义关闭，自定义的文字会替换原先的关闭 `Icon`。

````jsx
import { Alert } from 'parkball';

ReactDOM.render(
  <Alert message="Info Text" type="info" closeText="Close Now" />,
  mountNode);
````
