✍️ react-eos-account-input-autocomplete
Simple React component that implements the auto-completion of account names on the EOS Blockchain.
📃 Installation
npm install react-eos-account-input-autocomplete
🚀 Usage
const value setValue = ... <EosAccountInputAutocomplete value=value limit=5 //default to 10 rpc='your rpc address or an instance of JsonRpc' onChange= onSelect= onFetchAccounts= console />
🎭 Customization
It's possible to override the css classes (by default they are empty):
eos-account-input-autocomplete__input
: input texteos-account-input-autocomplete__list
: list containereos-account-input-autocomplete__item
: single item within the list