Commit Graph

83 Commits (c1e84e42bdfacdfab486ff73104947b30f20275b)

Author SHA1 Message Date
Javi Velasco f4f5ae885e Fix #814 2016-10-06 20:21:50 +02:00
Javi Velasco 199befece3 Change active tab display to flex 2016-09-05 22:36:24 +02:00
Javi Velasco a0ab5a3815 Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  Adding hideMode to Tabs
2016-09-03 12:23:49 +02:00
Javi Velasco 518b2f48ed Merge pull request #751 from abhirao/tab_hide_modes
Adding hideMode to Tabs
2016-09-03 12:09:09 +02:00
Javi Velasco 3b9a6aed5f Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  Import React namespace, fix problem with @types
  Fixed errors for Typescript 2.0.2
  Added ability to navigate calendar with keyboard
2016-09-03 12:05:18 +02:00
Javi Velasco a8bfcf1ad9 Merge pull request #752 from normano64/typescript-2.0.2
Fixed errors for Typescript 2.0.2
2016-09-03 11:55:56 +02:00
Javi Velasco 6a488b3e21 Better tabs with icons 2016-09-03 11:48:05 +02:00
Per Bergqwist def8643a0a Import React namespace, fix problem with @types 2016-09-02 09:18:33 +02:00
Per Bergqwist 34313b823e Fixed errors for Typescript 2.0.2 2016-08-31 08:41:16 +02:00
Abhi Rao 8e0b64f852 Adding hideMode to Tabs
- Defaulting to `unmounted` - not mounting inactive tabs. `display` mode will mount inactive tabs but keep them hidden.
- Closes #709
2016-08-30 15:08:22 -05:00
Alex Cornejo 5c2406d2e5 add tab icons.
This adds the possibility of specifying an icon to use in the tab
headers. You can specify either a label only, icon only or both.

https://material.google.com/components/tabs.html#tabs-usage
2016-08-28 16:15:35 -07:00
Ron Derksen 908ad72533 Merge branch 'dev' into theme-tab-sub-components 2016-08-23 14:53:10 +02:00
Ron Derksen b220c70729 Theme is now passed on to tab subcomponents 2016-08-23 14:47:35 +02:00
Javi Velasco b528ab1191 Fix #713 2016-08-22 22:32:15 +02:00
Aren Blondahl 8dedcfce77 Fixed linting errors. 2016-08-11 21:31:08 -06:00
Aren Blondahl 9bf1c8e4fe Support for fixed & inverse color tabs. 2016-08-11 21:03:18 -06:00
dlebedynskyi b5575618c2 fix for target missing id
using 
https://github.com/react-toolbox/react-toolbox/issues/699
2016-08-09 13:47:48 -04:00
Javi Velasco a825208e83 Remove some bind usage in render functions and undo passing down Dropdown theme to Input 2016-08-06 22:44:05 +02:00
Javi Velasco b226fcd258 Merge with dev 2016-07-24 13:17:16 +02:00
Randy Coulman 8c20848fe8 Forward theme prop from Tabs to TabContent
The `Tabs` component takes a `theme`, but was not forwarding it on to
its internal `TabContent` component, so it wasn’t possible to theme the
`tabs` or `active` classes.
2016-07-08 14:36:55 -07:00
ixrock febf8b5237 get rid of declaration duplicates in components/ 2016-06-26 15:02:54 +03:00
Robert Parker f8c1a3fd0d Update typings to external modules (no more 'declare module ...') to get the definitions working automatically with npm 2016-06-07 15:00:41 -07:00
Javi Velasco 419f16f63f Plain SASS imports 🎨 2016-06-04 22:06:59 +02:00
Javi Velasco 6afb914126 Autoinject theme for Tabs 2016-05-30 23:32:42 +02:00
Javi Velasco d6bc5f5436 Move tabs to themr 2016-05-26 21:01:54 +02:00
Javi Velasco 0cb8d8bdb2 Get rid of jsx extensions 🔮 2016-04-10 21:23:04 +02:00
Javi Velasco 7d73fb4216 Fix #442 2016-04-10 19:08:21 +02:00
Javi Velasco c3ef6bd25a Update linting 2016-04-10 17:49:23 +02:00
Javi Velasco beeb6ab40a Use sass lint 2016-04-10 12:20:59 +02:00
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
Emil Öberg 37f8f4c992 Added !default to all config values as per #424
This way, all config values can be overridden with custom style
2016-04-02 00:47:39 +02:00
Gadi Cohen b6b51a41fc only render content of current tab + linting, docs, test 2016-03-31 10:21:38 +02:00
Keren Chandran a841408a85 Fixed Spacing Issues for items in last commit. 2016-03-26 18:28:20 -04:00
Keren Chandran 3649ab18b8 Updated docs for slider, snacker, switch, table, tabs and time picker 2016-03-26 18:21:17 -04:00
Lucas Correia acde309b3b Add default statements to color variables
This is necessary for them to be configurable via toolbox-loader
2016-03-22 14:25:26 +01:00
Javi Velasco 69e6b928b8 Merge pull request #387 from sosaucily/disable_animated_bottom_border_on_tabs
Allow disabling animated bottom border on tabs
2016-03-17 08:32:00 +01:00
Javi Velasco 688f3944d4 Merge pull request #386 from sosaucily/add_activeClassName_to_tab
add activeClassName to tab component
2016-03-17 08:31:05 +01:00
Jesse Smith 1cda333723 update readme for tabs 2016-03-16 14:59:20 -07:00
Jesse Smith a2543d4a11 Allow disabling animated bottom border on tabs 2016-03-16 14:56:20 -07:00
Jesse Smith 52682c5774 add activeClassName to tab component 2016-03-16 14:36:27 -07:00
Jesse Smith 380da26db9 Fix #361 cancel timer when tabs component unmounts 2016-03-16 10:49:12 -07:00
Javi Velasco f1a098d9fa Fix #290 2016-03-05 21:53:52 +01:00
Fred Guest 52f324d53a update Tab.jsx 2016-02-08 10:51:57 -08:00
Fred Guest 99b4fcac23 update Tabs.jsx 2016-02-08 10:48:31 -08:00
Boris Mikhaylov 0a944994a1 propagate events in Tab 2016-01-22 14:49:06 +01:00
Javi Velasco da0f1a631e Remove jsx extension from imports in components 2015-11-28 20:24:46 +01:00
Javi Velasco 35f8f12ae6 Use ClassNames in Tabs and rename files 2015-11-28 20:19:42 +01:00
Nathan Marks f3d047e820 Remove jsx extension from component index files, replace with js 2015-11-22 17:49:46 -05:00
Javi Velasco cfebdb55f4 Rename most components index to actual components 2015-11-22 21:41:28 +01:00
Javi Velasco 364e270da1 Better imports organization. Fixes #140 2015-11-21 14:26:17 +01:00