Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBassetti committed Jul 13, 2017
1 parent afacd7f commit efcdb5a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/components/Example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,10 @@ const otherFontTheme = {
userFontColor: '#4a4a4a',
};

const Test = () =>
<div>Hello</div>;

const steps = [
{
id: '1',
message: 'Hello World',
delay: 1000,
trigger: '2',
},
{
id: '2',
options: [
{ value: 'a', label: 'aaa', trigger: '3' },
],
},
{
id: '3',
component: <Test />,
// asMessage: true,
// delay: 0,
end: true,
},
];
Expand Down

0 comments on commit efcdb5a

Please sign in to comment.