You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
George Marshall
092189cb5b
|
2 years ago | |
---|---|---|
.. | ||
README.mdx | 2 years ago | |
confusable.component.js | 2 years ago | |
confusable.component.test.js | 4 years ago | |
confusable.stories.js | 2 years ago | |
index.js | 4 years ago | |
index.scss | 3 years ago |
README.mdx
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import Confusable from './confusable.component';
# Confusable
Confusable allows to filter out any characters that look very similar to English language characters.
<Canvas>
<Story id="ui-components-ui-confusable-confusable-stories-js--default-confusable" />
</Canvas>
## Props
| Name | Description | Default |
| ----- | ----------- | ------- |
| input | string | - |
## NonConfusable
Not to detect emojis
<Canvas>
<Story id="ui-components-ui-confusable-confusable-stories-js--non-confusable" />
</Canvas>