aeternity / aepp-components

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

Create ae-input-[custom] specific components for different input options #220

Open sadiqevani opened 5 years ago

sadiqevani commented 5 years ago

Task: Create ae-input-[custom] specific components for different input options

Description: We need to support a multitude of input components, that have different functionalities, and depending on a single component for this responsibility might a scalable solution.

Proposed solution for this is:

each subsequent input would be the actual <input /> tag, an example list of inputs would be:

davidyuk commented 5 years ago

We have built some of them in https://github.com/aeternity/aepp-base/tree/develop/src/components

sadiqevani commented 5 years ago

@davidyuk You can make a PR and send the components over!

sadiqevani commented 5 years ago

ae-input-range: https://github.com/aeternity/aepp-components/pull/240