Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const options = [
  2. {
  3. key: 'pay',
  4. text: 'Most High Pay',
  5. },
  6. {
  7. key: 'performance',
  8. text: 'Most Perfomance',
  9. },
  10. {
  11. key: 'aToZ',
  12. text: 'A - Z',
  13. },
  14. {
  15. key: 'zToA',
  16. text: 'Z - A',
  17. },
  18. ];
  19.  
  20. {...}
  21. <RadioButtons options={options} />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement