A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/ui/components/ui/confusable
George Marshall 092189cb5b
Adding polymorphic 'as' prop to Box component and updating Typography component to use the same (#15518)
2 years ago
..
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
confusable.component.js Adding polymorphic 'as' prop to Box component and updating Typography component to use the same (#15518) 2 years ago
confusable.component.test.js remove the ui/app and ui/lib folders (#10911) 4 years ago
confusable.stories.js added storybook files to alert and breadcrumbs component (#15156) 2 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Dark Mode: Replace color occurences (#14112) 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>