Commit graph

203 commits

Author SHA1 Message Date
Cecile Tonglet
a1744ce86c
Tabs (#60) 2020-10-25 08:29:19 +01:00
Cecile Tonglet
6887677ff8 Fix wrong URL path 2020-10-19 15:44:58 +02:00
Yohan Boogaert
628cba209e
Adapt Buttongroup and Divider (#54)
Closes #53
2020-10-18 12:42:07 +02:00
Cecile Tonglet
e43601691d
Dynamic tags (#50) 2020-10-17 12:35:33 +02:00
Yohan Boogaert
b2ab172466
Change the intent menus in example's props into select (#52) 2020-10-17 12:19:07 +02:00
Cecile Tonglet
69e271f565
Fixed <Tag>'s remove button not colliding with right icon (#48)
Fixes #46
2020-10-09 21:05:18 +02:00
Cecile Tonglet
58933276c9
Improvements over HtmlSelect to allow using hashable objects (#47) 2020-10-09 20:56:09 +02:00
nbrr
5b6b643290
Tag (#32) 2020-10-09 19:52:26 +02:00
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
Cecile Tonglet
6e0230ba8c Add scheduled build 2020-10-04 13:50:30 +02:00
Arnaud Rebts
48436a9c37
chore: test PR comments (#41) 2020-10-04 13:45:24 +02:00
Cecile Tonglet
b4df7c9c03
Update README.md 2020-10-03 10:24:05 +02:00
Benoit Chassignol
8fdd788d24
Implements Text component with doc example (#40) 2020-10-02 18:44:32 +02:00
Cecile Tonglet
3149778317 Move Tree to a feature (because it requires an extra dependency) 2020-10-01 22:23:02 +02:00
Cecile Tonglet
3b5aef7a24 Add note about navbar in the doc 2020-10-01 21:50:46 +02:00
Cecile Tonglet
e17d3eefc8
Run cargo fmt on nightly (#34) 2020-10-01 08:05:23 +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
nbrr
43b629f1ff Dependency precision. 2020-09-30 20:04:41 +02:00
Yohan Boogaert
0561aa5873
Site description (#28) 2020-09-29 19:34:21 +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
20a39e8107
Replace Travis CI by GitHub actions (#13) 2020-09-29 09:18:21 +02:00
Cecile Tonglet
05a968ab46
Update README.md 2020-09-28 22:17:29 +02:00
Cecile Tonglet
76ca19f5e4 Update README.md 2020-09-28 22:16:56 +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
Cecile Tonglet
8a7c0ee6ff
Use classes within html (#23) 2020-09-27 11:37:03 +02:00
Cecile Tonglet
a5813d0fc0
Revert LTO optimization (#20)
For some reason the size is smaller on Netlify without LTO
2020-09-26 06:06:43 +02:00
Cecile Tonglet
974d2d5f63 Display wasm size and enable LTO for release build 2020-09-26 05:31:21 +02:00
Cecile Tonglet
f5bc807ec2
Syntax color for examples (#19) 2020-09-25 21:47:11 +02:00
Cecile Tonglet
1123ec98f1
Create CODE_OF_CONDUCT.md 2020-09-24 18:20:58 +02:00
Cecile Tonglet
1cf2af20fd
Create LICENSE (#18) 2020-09-24 18:19:06 +02:00
Cecile Tonglet
f150225017
Title, logo and netlify link (#14) 2020-09-24 18:05:00 +02:00
Cecile Tonglet
5cb8e75271
Add netlify link to README.md 2020-09-24 14:14:52 +02:00
Yohan Boogaert
cdbd52cc17
Move docs to their own modules (#11) 2020-09-24 09:55:48 +02:00
Cecile Tonglet
62adb912bd Ensure icons are downloading properly before continuing build
Fixes #12
2020-09-24 09:53:08 +02:00
Cecile Tonglet
ead6db471d
Macro to generate examples & fix CI (#9) 2020-09-23 18:33:41 +02:00
Cecile Tonglet
a4178c58f9 Revert "Added text component (#7)"
This reverts commit bd93ee3048.
2020-09-23 18:15:19 +02:00
Valentine-mario
bd93ee3048
Added text component (#7) 2020-09-23 18:04:27 +02:00
Cecile Tonglet
768cb68384
Move menu to the left (#8) 2020-09-23 15:59:07 +02:00
Cecile Tonglet
d37ffa06c7 Fix .travis.yml: there and back again 2020-09-23 14:23:02 +02:00
Cecile Tonglet
e975fa61d9 Fix .travis.yml again 2020-09-23 13:59:48 +02:00
Cecile Tonglet
d4e2213f1c Fix .travis.yml better 2020-09-23 13:57:43 +02:00
Cecile Tonglet
8cc26c0a52 Badges 2020-09-23 13:42:26 +02:00
Cecile Tonglet
b0c3a096dc Fix .travis.yml 2020-09-23 09:00:35 +02:00