import React from 'react'; import { action } from '@storybook/addon-actions'; import { text } from '@storybook/addon-knobs'; import ActionableMessage from '.'; export default { title: 'ActionableMessage', }; export const NoAction = () => (
); export const OneAction = () => (
); export const TwoActions = () => (
); export const LeftAligned = () => (
);