aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

change :tokens to :units in aeAmountInput #50

Closed dadaphl closed 6 years ago

dadaphl commented 6 years ago

I think we should change the name to something more abstract. What if i want to use it to input lengths,

:tokens="[{ symbol: 'CM', name: 'centimeters' },{ symbol: 'IN', name: 'inches' }]

maybe we better call it "unit"?