aimementoring / blueprint

This project defines some standards for all AIME platforms.
5 stars 0 forks source link

Allow links within list items in List component #210

Closed lulen11 closed 4 years ago

lulen11 commented 4 years ago

How can we add a link within List components?

Eg.

<List type="ulList" list={[
  'Item 1', 
  'Item 2 with <a href="#">link</a>', 
  'Item 3', 
  'Item 4'
]} /
rin commented 4 years ago

Sorry, Lara, we really did this component in a weird way – it should of course accept children 😅 . I'm fixing it!