Commit Graph

184 Commits

Author SHA1 Message Date
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
f90f186beb Merge pull request #30 from 30-seconds/limited-word-textarea
add limited word text area
2019-02-20 18:27:20 +02:00
66878b1a79 Update and rename LimitedWordTextArea.md to LimitedWordTextarea.md 2019-02-20 18:22:22 +02:00
81f25f378a fix vairable 2019-02-18 15:35:57 +11:00
bc9bbacad3 Update tags 2019-02-12 22:07:13 +02:00
c842d0eecb Update Tooltip 2019-02-12 22:02:49 +02:00
8095487476 Update Toggle 2019-02-12 21:22:50 +02:00
d170e23ec2 Update Ticker 2019-02-12 21:18:22 +02:00
f485e78339 Update tabs to Hooks 2019-02-12 21:10:05 +02:00
a6cb089ed4 Update StarRating 2019-02-12 21:01:31 +02:00
be19eaadd1 Update FileDrop to Hooks 2019-02-12 20:46:21 +02:00
af00c52a62 Merge pull request #46 from phaniteja1/limited-textarea
change limited text area component to hooks implementation
2019-02-12 20:34:10 +02:00
46b0de9ba0 Update LimitedTextarea.md 2019-02-12 20:33:57 +02:00
ba97bd01b1 Merge pull request #47 from phaniteja1/collapse
change collapse component to hooks implementation
2019-02-12 20:25:06 +02:00
6831b872a2 Update Collapse.md 2019-02-12 20:24:50 +02:00
28f0a303a4 Merge pull request #45 from phaniteja1/password-revealer
Password revealer
2019-02-12 20:19:52 +02:00
145883c2c1 Update PasswordRevealer.md 2019-02-12 20:19:35 +02:00