Commit Graph

200 Commits

Author SHA1 Message Date
b8e2e466d7 Add useNavigatorOnLine hook 2019-09-11 09:17:26 +03:00
dee13596ca Update RippleButton.md 2019-09-11 09:13:15 +03:00
1154b5dcd4 Add RippleButton
A button component with a ripple animation on click.
2019-09-10 09:07:29 +03:00
34c8bc5957 Merge pull request #73 from Dusch4593/master
Modified snippets/Mailto.md
Resolve #66
2019-09-08 12:41:58 +03:00
7eabe3bdbc Update Mailto.md
Special characters now captured in subject and body fields.
2019-09-07 08:27:18 -04:00
bf181997fd Correct typo 2019-09-07 15:15:43 +03:00
ffa3272082 Correct typo 2019-09-07 15:15:17 +03:00
da99320eb3 Add useSSR snippet 2019-08-24 13:18:16 +03:00
9139ea2ace Cleanup snippet categories 2019-08-21 14:32:14 +03:00
9de7519520 Retag snippets 2019-08-21 14:30:25 +03:00
bdd03cedfe Add useFetch snippet 2019-08-21 14:23:57 +03:00
da8096a895 Update snippets, clean up a bit 2019-08-21 13:28:26 +03:00
958f2768c5 Add useTimeout snippet 2019-08-21 13:20:57 +03:00
4da67e8b6e Add useInterval snippet 2019-08-21 13:18:52 +03:00
ce716a6ccc Add ControlledInput component
Showcases both useState and useEffect very nicely
2019-08-21 13:09:10 +03:00
58cf802828 Update and housekeeping 2019-08-21 13:00:53 +03:00
7dfaffe7ac Update all snippets to new format 2019-08-21 12:28:50 +03:00
8e084d3412 Replace map with forEach
`forEach` is more semantically correct to use in the MultiselectCheckbox example.

Codesandbox with `forEach` https://codesandbox.io/s/30-seconds-of-react-multiselectcheckbox-tk9qf
2019-06-23 08:59:25 +10:00
deb180d153 add click inside and click outside snippet 2019-05-13 20:34:17 -04:00
ec521280ab Merge pull request #56 from gianpaj/patch-1 2019-04-14 21:22:50 +10:00
382554750e Fix leftover star 2019-04-14 21:22:35 +10:00
45306f4480 fix(StarRating): There is this in hooks 2019-04-14 14:19:50 +03:00
f0e08e93c7 Fix Ticker. Left over from the good old Class days
😄
2019-04-14 14:15:49 +03:00
8655ebf8f7 Merge pull request #54 from sellalone/master
Add Modal Component
2019-03-27 08:57:47 +02:00
896f57328d Update Modal.md 2019-03-27 08:57:15 +02:00
f4e5869b74 Update StarRating.md 2019-03-22 10:20:36 +01:00
0ac2cda014 Add default tags 2019-03-15 11:20:40 +01:00
afc1593914 Fix typo 2019-03-14 23:16:19 +01:00
73b5d802b7 Add some modifications 2019-03-14 23:07:23 +01:00
b93e4c5b3e Add Modal Component 2019-03-11 10:25:06 +01:00
3f65841cdd Fix typo 2019-03-06 20:46:58 +02:00
2a28e1dff1 Resolve #53 2019-03-06 20:46:04 +02:00
c0177c01c4 Create Accordion 2019-03-02 10:46:34 +02:00
b5db1acc4b Update Tabs.md 2019-03-02 10:22:37 +02:00
8dfdcfd7d7 Create Slider
Component suggested in #1
2019-03-02 10:20:55 +02:00
3868acab34 Ran linter 2019-03-02 10:10:14 +02:00
6a4257f435 Merge pull request #37 from rishichawda/multiselect-checkbox
add multi select checkbox list
2019-02-27 15:12:49 +02:00
cbb8c6064e Update MultiselectCheckbox.md 2019-02-27 15:11:51 +02:00
6edb684731 Update MultiselectCheckbox.md 2019-02-27 15:11:37 +02:00
8af3ef6269 Update MultiselectCheckbox.md 2019-02-27 15:11:21 +02:00
f5ea9d6c66 fix(multiselectcheckbox): remove export & imports 2019-02-26 14:46:49 +05:30
d424daf6cb refactor(multiselectcheckbox): update component name 2019-02-25 13:25:26 +05:30
907ce72b47 fix(multiselectcheckbox): lint with semistandard, minor changes
change const to function, update useState function name, and lint with semistandard
2019-02-25 13:22:08 +05:30
d18bfe6ad2 fix(multiselectcheckbox): minor fix 2019-02-24 19:28:55 +05:30
33c1d4b034 fix(multiselectcheckbox): lint with prettier, update title 2019-02-24 14:13:04 +05:30
185b55aa74 chore(multiselectcheckbox): add expertise level 2019-02-24 14:10:13 +05:30
4ccd760bfa fix(mutliselectcheckbox): rewrite with hooks 2019-02-24 14:08:40 +05:30
2290c9f06f Update CountDown.md 2019-02-22 20:13:46 +02:00
e7e972b60e convert to use hooks 2019-02-22 17:36:46 +00:00
c1fbc15a9d Update fork to match original repo
Update fork to match original repo
2019-02-22 17:29:45 +00:00