Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/mlaursen/react-md
React material design - An accessible React component library built from the Material Design guidelines in Sass
https://github.com/mlaursen/react-md
9b91a47532eed0707abf53319ebc3a9a2771cf63 authored almost 8 years ago
5a0002665c16dfa5383759b7237fc3f6e18f6463 authored almost 8 years ago
8c5c2992085a79e3e6e8a4cebec5d1c643acedb1 authored almost 8 years ago
d7ddfe9fbc328e492059b5d75de040dae4baa9bb authored almost 8 years ago
b971390bb0ad36dbef39f1d493ed8da2cf38935c authored almost 8 years ago
f998a1a4be09e4a7db720862ae63499861dea325 authored almost 8 years ago
de7c49802bb145017a4f96e8c442a264a5a9a1a8 authored almost 8 years ago
7181f32c1e62978a5930343251771b58fe87eb44 authored almost 8 years ago
001b14ea07ea874fce78f9a0fd8cf019385e7828 authored almost 8 years ago
5cae4796ce6ac2c1c2196c303aa3d086a6ed2774 authored almost 8 years ago
If the menuItems are defined as a list in the render, the simple ===
returns false so the compon...
Added some more tests for #299 just using visible instead of
defaultVisible
Fixed the logic for the Drawer's overlay visibility so that it will
correctly not appear if the ...
2a47f41b0eec84a42e90ae329b30865cc105a19e authored almost 8 years ago
a85be25cc5c61f3304c655d0a213c3a0482fc554 authored almost 8 years ago
99af541524916e7a8e1ee63ac284e2c55f6d9c38 authored almost 8 years ago
The DatePicker ended up showing the min/max date validation error when
the the min or max date w...
Updated Drawer/NavigationDrawer type resolving
a6757fe9276d1129f856d4a7665d6a1fc61bfe81 authored almost 8 years ago
Upated the logic for resolving the current drawer's media type to allow
the props.type to always...
Updated the default props of the Layover and components that use the
layover to check if window ...
9a37fdcc84c328c406c8fc8810aea26217d5ffc1 authored almost 8 years ago
Since the dialog hides overflow and stuff when it is opened, I added a
new variable to set the m...
841e97b5624be7c94a78571dc4ee2cdf10e93642 authored almost 8 years ago
cfcbed3261d7dcbc08f12138fb6c24ba082f3853 authored almost 8 years ago
5da0d997473e9ba335134378a261c0dac3b7f34f authored almost 8 years ago
My initial fix in #286 was not actually the real solution since it
caused #288
The visibility w...
29b39d1b616c8f7733b20e3c8a1aa1bb3b268787 authored almost 8 years agobdce9d35f829d476046012fa8d0693ad7e4c2c0a authored almost 8 years ago
e738d47ef14dfc2f5940e34b6827cbe4ab0fa21b authored almost 8 years ago
Extracted fuzzyFilter, caseInsensitiveFilter, and findIgnoreCase from
the Autocomplete since the...
330c4dbca9ede5db3f21c7deda9271ecbc34f80a authored almost 8 years ago
6f5f1ba312c0e7fd3fa465ce25cdf7a87ad2f612 authored almost 8 years ago
Updated all the tests to pass for right now. Going through them, I
realized I really need to rem...
Did a lot of stuff here. Probably should have been multiple commits.
- Updated the onAutocomple...
768e6d086c67fbe4d045cb3cf002c8e5d59b25b8 authored almost 8 years ago671ef8c4b8261c03f47843b26f1ea5b2111641a0 authored almost 8 years ago
4db1cc95189472409b3299cb63e17817831b8500 authored almost 8 years ago
8d0e162125d17dfcaabc53c7c7e58ef49b18d870 authored almost 8 years ago
ca70c49c90c98606a15d6bafec8ce92190a86768 authored almost 8 years ago
89f42de39edacb35832ad68a8fd49eb3d1da9ac0 authored almost 8 years ago
d7b9504e2a90362fb47984fe06563655faf39c10 authored almost 8 years ago
c2584ed057f0efaa3f7c8e19acbe05819a2e0ad1 authored almost 8 years ago
e97d4597b758fd564cf97789ead3f0e77600eac2 authored almost 8 years ago
7bab88e3a92343b98acc7927e85ccdc1b38684b3 authored almost 8 years ago
d13226422336b39f818273399a9e61e7b66f87c7 authored almost 8 years ago
48252f6a98e454b11d79f4871a9420908139bfc2 authored almost 8 years ago
38631291296f77c6ae64eea1150b95ed60687884 authored almost 8 years ago
Closes #285
0c0fdb7a8755cbb2af5f3fba03cc88ec878c6fd9 authored almost 8 years ago
The Drawer was automatically trying to update it's type once it had
mounted. It should really on...
687da975ff7fde6a3a3b67282054ab0393806857 authored almost 8 years ago
e968f90d92a3986b0457acca1454ce8b7644304a authored almost 8 years ago
Add NavigationDrawer.drawerHeaderChildren prop to typing
be5a3046b6b2462d361a80c72592f7014cb17899 authored almost 8 years agoFix spelling toolbarActons -> toolbarActions
2d161162146004c8f862804f9580a8664b33e3ce authored almost 8 years ago0a774d33e9b70e3aa36916147547579029b70fd9 authored almost 8 years ago
c2897214b1710281bbc37456e7f29a497063aa20 authored almost 8 years ago
ec3269b6f4a09bd92d3cc913a1e15ee9a52791e4 authored almost 8 years ago
I ended up finding out it could be helpful ti still disable ink on a
component level. Related #176
Started the migration process for switching components that were using
Menu to the newer version...
49e4fa2cb11b1eebcdc3aa1756c8b782230b6cdf authored almost 8 years ago
772bf31bc27d56abf8af0382ffcfb58e641ca2d3 authored almost 8 years ago
A added a simple feature that allows text fields to be auto resized
between a min and max value.
Updated the ListItem to deprecate both the isOpen and defaultOpen props
and switch to visible an...
I was under the wrong assumption that the click event would also be
disabled on the text field i...
I forgot to clear the timeout for calling onClose if the component
unmounts based on routing or ...
Since the Server Side Rendering with the Portal ended up being a giant
mess, most components do ...
36c540cf19b983efff18e7eab62127ba8a78a861 authored almost 8 years ago
895e9fb71e393fc4699ec08ab1bc641a09bb3c44 authored almost 8 years ago
The MenuButton was not actually passing the listStyle and listClassName
props correctly to the M...
766d4e50f5efde7dd98d877a5e88dc653520d80a authored almost 8 years ago
Fixed Slider to correctly render balloon on tick
eddddc520561eba3a7a6cd9cc94f63f2184aad5a authored almost 8 years ago6ee78ae61774b957a434a52743c4c7b9bb57edb3 authored almost 8 years ago
c601424f5593cc7f9b0a683a2a9e5ec59e512dff authored almost 8 years ago
Update the Toolbars so that they can have consistent specs across all
screen sizes. This also en...
Added some new variables for buttons so that there can be consistent
height and fonts across all...
Exposed some more Sass variables to make customization a bit easier.
Update the Lists so that it...
4f9c54391770bbfcc6304b0fc27173d499f873f2 authored almost 8 years ago
Ink can now be disabled at an application level by defining a child
context of { inkDisabled: tr...
Added a typescript compilation test and fixes for the ..Event compilation errors
57c5e0a1d24a88ce21875ad90d319314725bf7e9 authored almost 8 years ago98c57f081f58934c4dde0b40a4f76d7c363f22bb authored almost 8 years ago
12f9856eb2b0b048bd92958e8a2e264f0f7c6467 authored almost 8 years ago
3f93917e5e106c0230c339dc359969cec994d3e2 authored almost 8 years ago
6c449fbf033abeaa3d02a94ee3ddbcd39a32aee0 authored almost 8 years ago
6fa6b74b7edf7e847740eb8fad3ecc6a0572efe8 authored almost 8 years ago
10e795c7f5263c130155f084bd59145b5b8e2f59 authored almost 8 years ago
4446b703d04f7fe814162b82a43fc4198d966423 authored almost 8 years ago
9d054e8666dbfbb93a382e7baf2a23800651e581 authored almost 8 years ago
5c71dc1003b8e38f02196a450704585b60a68e57 authored almost 8 years ago
985538b367476548e16ea19abfe3872a584d95b1 authored almost 8 years ago
6f64dedd3e1276dc51fcb2f61c6a6de30d0f2885 authored almost 8 years ago
a7c9c8ed917dc290735ec10314e3af8f2b7727aa authored almost 8 years ago
Feature/typescript support
2a7bef0dfdbb6094b127a79dcd2e4d66c4fe80c8 authored almost 8 years ago01ae43f560a6962186a524f31c4aed6e5ab28cf3 authored almost 8 years ago
367de5af1f3f0f7060a2b20f157452b19ef82594 authored almost 8 years ago
706d3d46bf7f6b93f76adbf3aa054c4168f4f376 authored almost 8 years ago
06930384102de2ef12e44237081312b174f99093 authored almost 8 years ago
0092e4a62b722a0c485da376ae5b85875b871024 authored almost 8 years ago
d6c4f56ef9e386f55263c2330f87551988b42469 authored almost 8 years ago
Finished the layover component so that it can attempt to auto-adjust to
keep itself in the viewp...
3a9c517ff7757277c8de90e72fc1cc719c384e3a authored almost 8 years ago
4385cad8e730959235eededb2b0f5e7a1d05e6f0 authored almost 8 years ago
Whew. Added a component for keeping an item in the viewport as well as
fixed to the page while s...
- Updated the Collapse component to correctly call the ref callback on its
clone child.
- Update...