Commit Graph

322 Commits

Author SHA1 Message Date
d200279876 Add useComponentWillUnmount 2020-01-03 16:00:56 +02:00
36a9640407 Add useComponentDidMount 2020-01-03 15:56:54 +02:00
161d2f146c Add useMediaQuery hook 2020-01-03 14:39:46 +02:00
0951c71d05 Add usePrevious hook snippet 2020-01-03 09:50:22 +02:00
1279a7daf3 Update useFetch example
Removed unused variable `dogName`.
2019-11-29 05:46:13 +01:00
c399f77a69 [FIX] useSSR - remove redundant code
Remove redundant code from bottom of snippet, given that it also appears in its example (and relates more to the example/usage than the setup).
2019-11-18 09:19:40 -06:00
d3abcc3a4e Fixed: Typo 2019-10-11 16:50:45 +05:30
7c2121e75b Update TagInput.md 2019-10-06 07:36:18 +03:00
34a0ac1824 Fixed: Formatting Issues & Syntax Errors 2019-10-02 15:40:37 +05:30
b5b0993e88 Fixed: Title space breaking netlify build 2019-10-02 12:56:58 +05:30
e3fee26203 Fixed: Indentation Issue 2019-10-02 12:53:34 +05:30
c105ff1247 Updated: Delete icon styling 2019-10-02 12:49:15 +05:30
1970fc3448 Fixed issues acc. to guidelines 2019-10-02 12:46:15 +05:30
58d67c16c6 Create TagInput.md 2019-10-02 12:36:11 +05:30
e38d35f1f7 Fix name of component 2019-09-24 15:39:33 +03:00
0213583a94 Merge pull request #75 from theodorusyoga/alert
Added alert component
2019-09-20 14:09:00 +03:00
94f82f6666 Update snippets/Alert.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
2019-09-20 10:56:11 +07:00
284c5b936e Revision after review 1 2019-09-19 19:15:56 +07:00
99d6c6e8f0 Resolve #51 2019-09-18 23:38:28 +03:00
15ef366c07 Added alert component 2019-09-17 17:19:30 +07:00
753d914e6b Update Accordion.md 2019-09-16 09:14:38 +03:00
81a1515fc9 Add Loader component 2019-09-11 21:59:12 +03:00
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