Add missing jsx legend to dialog docs

old
Javi Velasco 2015-11-01 10:50:33 +01:00
parent 21f47afb32
commit bc668b9af0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[Dialogs](https://www.google.com/design/spec/components/dialogs.html) contain text and UI controls focused on a specific task. They inform users about critical information, require users to make decisions, or involve multiple tasks. You would need an additional component to take actions and display or hide the dialog.
<!-- example -->
```
```jsx
import Dialog from 'react-toolbox/dialog';
class DialogTest extends React.Component {