Commit Graph

244 Commits (10eebce665f91c0be7c28a5bc8b3f43b4bdf00a2)

Author SHA1 Message Date
Keren Chandran cdd6ee5f05 Merge branch 'dev' of https://github.com/react-toolbox/react-toolbox into update-docs
# Conflicts:
#	components/autocomplete/readme.md
#	components/dropdown/readme.md
2016-04-06 20:50:12 -04:00
Javi Velasco 5b6452e930 Merge pull request #412 from KerenChandran/update-babel-standalone
Updated Babel Standalone to latest version
2016-04-05 21:36:47 +02:00
Olivier Louvignes 125cac1b5e docs(media): keep navigation for wider screens 2016-03-30 18:13:28 +02:00
Keren Chandran 16fac7a5c4 Updated Babel Standalone to latest version 2016-03-26 19:30:19 -04:00
Keren Chandran e7a2622656 Updated List Documentation and example to include list divider 2016-03-25 11:37:12 -04:00
Keren Chandran 588ff398bc Updated Link readme and example to include active element. Also changed icon type from string to any. 2016-03-25 10:48:39 -04:00
Keren Chandran 21dc421d73 Updated Font Icon Examples. Also updated value type 2016-03-25 10:35:44 -04:00
Keren Chandran 6b81440425 Updated Dialog Example and sorted properties. 2016-03-25 10:11:13 -04:00
Keren Chandran 94280ce85a Updated Input doc and Example 2016-03-25 09:53:24 -04:00
Keren Chandran d3fcaef4c9 Updated Avatar readme and example 2016-03-25 08:34:47 -04:00
Keren Chandran 84946681f0 Sorted Appbar's properties. Updated Autocomplete's doc and example 2016-03-25 08:12:57 -04:00
Keren Chandran 233bb670bb Fixed grammar mistake on component page. Updated Sidebar's CSS 2016-03-25 07:50:40 -04:00
Felipe Amorim 240864f950 DatePicker autoOk prop 2016-03-09 19:14:58 -03:00
Felipe Amorim 16ed92693a allows to format the date displayed on datepickers input 2016-03-08 17:45:39 -03:00
Javi Velasco e2634998af Fix #248 2016-03-05 22:00:38 +01:00
Javi Velasco cb59a97757 Merge with master 2016-03-04 18:18:11 +01:00
Kye Hohenberger f77a806539 Typos and grammar corrections for install document 2016-02-24 12:47:44 -06:00
Fred Guest 43bfd3f05b replace data-role with data-react-toolbox 2016-02-08 11:01:41 -08:00
Boris Mikhaylov 0e60fd2a5e update avatar example to use `image` instead of `img` property 2016-01-25 15:49:30 +01:00
Javi Velasco c5666f0ebb Merge branch 'dev' of https://github.com/karlmacklin/react-toolbox into karlmacklin-dev
* 'dev' of https://github.com/karlmacklin/react-toolbox:
  Revert "Added required normalize.css package to package.json"
  Allow Link to render Tooltips via children prop
  Added required normalize.css package to package.json
2016-01-06 02:16:19 +01:00
Javi Velasco 0037210edb Add babel standalone for the playground live editor 2016-01-06 02:12:07 +01:00
Karl Macklin 222a4bf36a Revert "Added required normalize.css package to package.json"
This reverts commit 9ec5652b76.
2016-01-05 23:48:02 +01:00
Karl Macklin 9da237834b Allow Link to render Tooltips via children prop 2016-01-05 23:32:38 +01:00
Karl Macklin 9ec5652b76 Added required normalize.css package to package.json 2016-01-05 23:01:35 +01:00
Araphel bbce96c98e Everything but toolbox-loader has been updated 2015-12-24 00:53:41 -07:00
Araphel 7c27b094c6 Fixed linting issues 2015-12-23 23:58:43 -07:00
Araphel 25a9e65604 Replace transition-property to transition for Issue#230 2015-12-23 23:47:29 -07:00
Araphel 20e41fb9e7 retracted unnecessary addition 2015-12-23 14:28:21 -07:00
Araphel f6047f880f Bebel 6 Integrated, Stage-0 added, React updated 2015-12-23 14:21:41 -07:00
Javi Velasco 055c6e37a9 Add ripple documentation 2015-12-20 19:18:31 +01:00
Javi Velasco 086a0ae15d Fix icon for link demo 2015-12-20 18:48:17 +01:00
Javi Velasco 515169dc36 Improve datepicker example 2015-12-20 17:55:34 +01:00
Javi Velasco 802f50f4b3 Use full Toolbox input in autocomplete 2015-12-20 17:50:57 +01:00
Javi Velasco 5fea2e3f17 Import commons.scss once. Fixes #220 2015-12-19 14:14:40 +01:00
Javi Velasco 40888bbb1d Change webkit scrollbar removal for a mixin 2015-12-19 14:08:30 +01:00
Javi Velasco da1c109068 Remove scrollbars in list items and remove unneeded overflows 2015-12-19 14:08:30 +01:00
Javi Velasco 3505941ef6 Hide scrollbars in playground for webkit 2015-12-19 14:08:30 +01:00
Peter Fern 58e4e1e46c Replace `overflow-y: scroll` with `overflow-y: auto`
A number of components used `overflow-y`: scroll, which forces
scrollbars to be always visible. To work around this, `commons.scss` hid
webkit scrollbars globally. There are two problems with this: on
non-webkit browsers, scrollbars are visible even when they are
unnecessary; and scrollbars are hidden in webkit browsers, even on
elements where they may be desirable.

Instead, we use `overflow-y: auto`, and hide webkit scrollbars on
specific components when necessary.  Unfortunately, this requires using
element selectors, but this is the trade-off for better supporting
non-webkit browsers and allowing scrollbars on regular elements (like
body).

Fixes #218
2015-12-19 14:08:30 +01:00
Jackie Li 3e7d75ca49 add classnames dependecies, fixes #209 2015-12-15 17:09:35 +00:00
Javi Velasco 85ff089e46 Update switch examples 2015-12-11 19:11:55 +01:00
Javi Velasco b963be79ea Better styles for navigation. Fixes #205 2015-12-11 18:53:37 +01:00
Javi Velasco 27b7bef158 Fix typos in input examples and update example in input readme 2015-12-03 20:44:23 +01:00
Javi Velasco 16de3b4139 Fix icons for navigation examples 2015-12-03 01:00:12 +01:00
Javi Velasco 22bd7504f1 Fix timepicker example 2015-12-03 00:56:18 +01:00
Javi Velasco 43f546f616 Fix input example 2015-12-03 00:51:43 +01:00
Javi Velasco e2911203a4 Fix checkbox example 2015-12-03 00:48:12 +01:00
Javi Velasco 7619c055a9 Add inline styles for dropdown example in docs 2015-12-03 00:38:51 +01:00
Javi Velasco 4ef730e553 Update documentation 2015-11-29 20:13:38 +01:00
Javi Velasco bc81894c4d Update Home Cards to new component version 2015-11-29 20:03:59 +01:00
Javi Velasco 64b87d013a Remove font import from globals 2015-11-29 19:04:20 +01:00