diff --git a/example/components/ExUpdate.js b/example/components/ExUpdate.js index addda7a..1e8c8bd 100644 --- a/example/components/ExUpdate.js +++ b/example/components/ExUpdate.js @@ -61,10 +61,7 @@ class ExUpdate extends React.Component { return (
-
+
(
{``}
+ CodePen
( -
-

- {title} -

-
- {children} -
- { - !!description && -

- {description} -

- } +
+

{title}

+
{children}
+ {!!description &&

{description}

}
); diff --git a/example/index.html b/example/index.html index 2f7fea4..2983136 100644 --- a/example/index.html +++ b/example/index.html @@ -12,6 +12,7 @@