Commit graph

13 commits

Author SHA1 Message Date
Yohan Boogaert
8eca5094cb
HTML Select (#39) 2020-10-08 18:15:00 +02:00
Nikita Baksalyar
2fd69c2d98
Improve menu accessibility (#44)
This commit adds 2 new attributes to the MenuItem component: 'disabled' and 'href'.
'href' is used for specifying links associated with menu items. This is required to
make menu links accessible and navigable using keyboard. Currently, 'disabled' is
also used only for accessibility purposes: if a MenuItem is not disabled, a tabindex
attribute is added to help with keyboard navigation.

Additionally, an alt text is added to the logo image.
2020-10-07 10:10:03 +02:00
Esteban Borai
4a2e6d2245 feat: divider and button group 2020-10-05 00:05:14 -03:00
Benoit Chassignol
8fdd788d24
Implements Text component with doc example (#40) 2020-10-02 18:44:32 +02:00
Cecile Tonglet
3b5aef7a24 Add note about navbar in the doc 2020-10-01 21:50:46 +02:00
Cecile Tonglet
127fe4d515
Fix line lengths (#33) 2020-10-01 07:37:55 +02:00
rbeard0330
1dff5a6f7e
Card and elevation (#16)
Co-authored-by: rbeard0330 <@dul2k3BKW6m>
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2020-10-01 07:32:24 +02:00
Cecile Tonglet
1e840c81ef
Router (#29) 2020-09-29 18:47:33 +02:00
nbrr
e433e11db7
Progressbar (#27) 2020-09-29 16:57:31 +02:00
Cecile Tonglet
03ea949699
Example props (#25) 2020-09-28 15:24:04 +02:00
rbeard0330
ac387f9789
Implements Callout component with doc example (#22) 2020-09-27 23:24:11 +02:00
Cecile Tonglet
a54a8ffb43 Removed recursion limit (not needed anymore) 2020-09-27 16:24:49 +02:00
Cecile Tonglet
bd1bb35d6e
Use docs-theme from blueprint (#24) 2020-09-27 14:49:05 +02:00