Add unicode stories

This commit is contained in:
Tom Coleman 2022-09-06 14:36:31 +10:00
parent 6ce9ff2563
commit c75a10b79c
2 changed files with 14 additions and 9 deletions

View File

@ -1,9 +0,0 @@
import React from 'react';
import { storiesOf } from '@storybook/react';
storiesOf('Core/Unicode', module)
.add('😀', () => <p></p>)
.add('Кнопки', () => <p>нормальный</p>)
.add('바보', () => <p>🤷🏻</p>);
storiesOf('Core/Unicode/Primário', module).add('😀', () => <p></p>);

View File

@ -0,0 +1,14 @@
import globalThis from 'global';
export default {
component: globalThis.Components.Button,
id: '😀',
};
export const Кнопки = {
args: { children: 'Кнопки' },
};
export const = {
args: { children: '바보' },
};