zilly-ui
Version:
Zilly web react ui components
41 lines (24 loc) • 725 B
text/mdx
name: DialogTitle
import { Playground, Props } from "docz";
import DialogTitle from "./dialogTitle";
# DialogTitle
## Props
| Property | Description | Type | Default |
:---|:---|:---|:---|
| children * | The content of the component. | node | - |
| classes | object | Override or extend the styles applied to the component. See CSS API below for more details. | - |
## Css
| Property | Description |
:---|:---|
| root | Styles applied to the root element. |
## Notes
1.The ref is forwarded to the root element.
2.Any other properties supplied will be provided to the root element (native element).
### base usage
<Playground>
<DialogTitle >
DialogTitle
</DialogTitle>
</Playground>