From 94e7b2d8784258b0f530c8d46871946016a948f3 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Fri, 10 Aug 2018 14:14:18 -0400 Subject: [PATCH] :lipstick: --- stories/index.js | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/stories/index.js b/stories/index.js index 89e6b0d..3cb54d4 100644 --- a/stories/index.js +++ b/stories/index.js @@ -32,7 +32,7 @@ const CUSTOM_EMOJIS = [ storiesOf('Picker', module) .addDecorator(withKnobs) - .add('default', () => ( + .add('Default', () => ( )) - .add('with a custom not found image', () => ( + + .add('Custom “Not found” component', () => ( ( )} /> )) - .add('with a custom not found SVG', () => ( - ( - - Jira icon - - - )} - /> - )) - .add('with-custom-icons', () => ( + + .add('Custom category icons', () => ( )) - .add('custom-skin-icon', () => ( + + .add('Custom skin emoji', () => ( ( + .add('Default', () => ( { + .add('Default', () => { let results = emojiIndex.search(text('Search', 'christmas'), { custom: CUSTOM_EMOJIS, })