You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to design an UI similar to Google Allo,
where the selector is a grid with the different elements shown as icons.
To render individually the different elements I'd need to be able to do something like
import { BlazerShirt } from 'avataaars/clothes'
Would this be an easy addition? I'm not familiar with TypeScript otherwise I'd attempt a PR.
Thanks.
Here is the desired UI
The text was updated successfully, but these errors were encountered:
alfonsodev
changed the title
export individual components like clothes for UI pickers
export individual components for custom selectors
Apr 4, 2018
alfonsodev
changed the title
export individual components for custom selectors
how to export/render individual components for custom selectors
Apr 4, 2018
I'm trying to design an UI similar to Google Allo,
where the selector is a grid with the different elements shown as icons.
To render individually the different elements I'd need to be able to do something like
Would this be an easy addition? I'm not familiar with TypeScript otherwise I'd attempt a PR.
Thanks.
Here is the desired UI
The text was updated successfully, but these errors were encountered: