Sérgio Ramos
|
17d4c47857
|
implement <Pagination> component (fixes #54)
|
2016-10-31 18:59:38 +00:00 |
|
Alex Windett
|
1d334d2a76
|
adding variables and rem functions to slider css
|
2016-10-31 17:57:58 +00:00 |
|
Sérgio Ramos
|
cc0c7896ea
|
<Select> non-exploding test
|
2016-10-31 17:34:36 +00:00 |
|
Alex Windett
|
ebefc42d53
|
Fixing naming of component
|
2016-10-31 17:30:57 +00:00 |
|
Sérgio Ramos
|
372fd02151
|
incomplete <Select> implementation
apparently styling <option> without fallbacking to ul/li
doesn't seem to be supported, even when in `multiple` mode
|
2016-10-31 17:26:48 +00:00 |
|
Alex Windett
|
0b332cbeb6
|
Range Slider - creating component
|
2016-10-31 17:24:29 +00:00 |
|
Sérgio Ramos
|
fdf1a4c508
|
autoFocus attribute as a boolean
|
2016-10-31 16:10:01 +00:00 |
|
Sérgio Ramos
|
6faa75f36b
|
support and proxy native component attributes (fixes #53)
|
2016-10-31 16:02:33 +00:00 |
|
Sérgio Ramos
|
c89d11b621
|
always calc rem for border-radius
|
2016-10-31 15:00:40 +00:00 |
|
Sérgio Ramos
|
08cecc66f7
|
bootstrap <Select> base component
no actual implementation yet
|
2016-10-31 14:44:53 +00:00 |
|
Alex Windett
|
f66b9a03af
|
FIX - missing ","
|
2016-10-31 12:25:20 +00:00 |
|
Alex Windett
|
1b46c59ef7
|
updating constants and updating components to use css constants
|
2016-10-31 12:10:24 +00:00 |
|
Sérgio Ramos
|
fcd55d3c44
|
implement <Input /> base component (fixes #44)
|
2016-10-31 12:03:49 +00:00 |
|
Sérgio Ramos
|
bcbadbab24
|
remove redundant box-shadow in <Radio />
|
2016-10-31 12:03:49 +00:00 |
|
Sérgio Ramos
|
0b9630b02f
|
don't duplicate label and children in <Radio />
|
2016-10-31 12:03:48 +00:00 |
|
Sérgio Ramos
|
e33c8e8146
|
bootstrap icon component
no real imlementation yet
|
2016-10-31 11:11:59 +00:00 |
|
Alex Windett
|
d69a549902
|
adding box constants and creating mixin for generating buttons
|
2016-10-28 17:39:07 +01:00 |
|
Sérgio Ramos
|
b3ee3b53ce
|
remove value validation in <RadioGroup>
it's redundant since we already require it in <Radio> propTypes
|
2016-10-28 17:02:23 +01:00 |
|
Sérgio Ramos
|
d108a14ff4
|
add simple tests to more components
|
2016-10-28 16:49:09 +01:00 |
|
Alex Windett
|
7ccf427966
|
refactoring rem function
|
2016-10-28 16:39:35 +01:00 |
|
Sérgio Ramos
|
efebd9c2b9
|
replace postcs-module-values with postcss-constants
|
2016-10-28 16:09:15 +01:00 |
|
Alex Windett
|
aa3c940674
|
Widget
Fixing HTML attributes for single select and multi select, and
adding disabled option
|
2016-10-28 16:01:23 +01:00 |
|
Alex Windett
|
b933eff47b
|
Widget - implimenting widget
|
2016-10-28 14:59:28 +01:00 |
|
Alex Windett
|
54b9601d9c
|
changing props name to be more consistant
|
2016-10-28 12:47:58 +01:00 |
|
Alex Windett
|
7e85e17367
|
fixing indentation and missing semicolons
|
2016-10-28 11:25:29 +01:00 |
|
Alex Windett
|
80c596db66
|
Avatar - Adding custom color and style to avatar component
|
2016-10-28 11:25:29 +01:00 |
|
Alex Windett
|
8c147e4127
|
Avatar Component
- Creating Avatar component and adding to showcase
- Creating a composer file and adding class to vertically align content centrally
|
2016-10-28 11:25:29 +01:00 |
|
Alex Windett
|
4c03f55498
|
adding positional arguement to mixin with default setting or relative
|
2016-10-28 11:25:29 +01:00 |
|
Alex Windett
|
c6b6e362ab
|
adding z-index mixin and implimenting
|
2016-10-28 11:25:29 +01:00 |
|
Sérgio Ramos
|
5eb2b15227
|
implement <RadioGroup>
|
2016-10-28 01:22:47 +01:00 |
|
Alex Windett
|
3dcee6feff
|
renaming lib directory to be util for clarity, and updating relvent paths in CSS files
|
2016-10-27 16:56:01 +01:00 |
|
Alex Windett
|
f8ebdbfd1f
|
Fix - incorrect function spelling
|
2016-10-27 16:56:01 +01:00 |
|
Alex Windett
|
d1c3124d0c
|
Updating CSS to use remCalc instead of pixels
|
2016-10-27 16:56:01 +01:00 |
|
Alex Windett
|
e75942af75
|
Adding in CSS functions and adding to Radio CSS
|
2016-10-27 16:06:40 +01:00 |
|
Alex Windett
|
7663819f02
|
removing TODO note
|
2016-10-27 15:21:13 +01:00 |
|
Alex Windett
|
03f19a7da1
|
Mixins
Creating functionality and implementing Mixins
- Adding postcss-import module
- Creating `Lib` directory for mixins, functions etc
- Creating pseudo element mixin
- Implementing pseduo element mixin on radio buttons
- Adding in postcss-debug js config file
|
2016-10-27 14:54:11 +01:00 |
|
Alex Windett
|
6a75f79801
|
fixing indedentation
|
2016-10-27 14:08:35 +01:00 |
|
Alex Windett
|
e76ca342c6
|
Radio Input - Refactoring CSS
|
2016-10-27 12:06:42 +01:00 |
|
Sérgio Ramos
|
3a983b10a5
|
refactor <Tab> to avoid min-height hack
|
2016-10-27 11:15:03 +01:00 |
|
Sérgio Ramos
|
b982e2f2e6
|
resolve lint issues
|
2016-10-27 11:00:39 +01:00 |
|
Sérgio Ramos
|
d9aa7b310a
|
don't use Container in Radio demo
|
2016-10-27 10:39:06 +01:00 |
|
Sérgio Ramos
|
0835d1c0df
|
use more variables in Radio css
|
2016-10-27 10:38:33 +01:00 |
|
Sérgio Ramos
|
114d6a04f4
|
improve Tab styling
|
2016-10-27 10:37:49 +01:00 |
|
Alex Windett
|
591d1ac1fa
|
Fix - mising commar
|
2016-10-26 18:05:16 +01:00 |
|
Alex Windett
|
d1e92b416e
|
Radio Input - implimenting UI component and styling
|
2016-10-26 18:03:47 +01:00 |
|
Sérgio Ramos
|
f1917acae1
|
no in embeds
|
2016-10-26 17:33:40 +01:00 |
|
Sérgio Ramos
|
e91c28ad81
|
implement and
[3gH H H H H H H H H H H H H H
components
|
2016-10-26 17:33:40 +01:00 |
|
Sérgio Ramos
|
35cd24eb60
|
fix lint issues
|
2016-10-26 14:44:32 +01:00 |
|
Sérgio Ramos
|
87eeba6374
|
add todo to
|
2016-10-26 14:05:35 +01:00 |
|
Sérgio Ramos
|
88df5fce34
|
initial implementation of checkbox ui component
|
2016-10-26 14:04:32 +01:00 |
|
Sérgio Ramos
|
d2124638ba
|
s/secundary/secondary
|
2016-10-26 12:42:59 +01:00 |
|
Sérgio Ramos
|
0914fa4d1a
|
add to 's propTypes
|
2016-10-26 12:00:24 +01:00 |
|
Sérgio Ramos
|
f6fdb635da
|
initial toggle implementation
|
2016-10-26 11:57:00 +01:00 |
|
Sérgio Ramos
|
db37669ac6
|
initial button implementation
|
2016-10-26 11:57:00 +01:00 |
|
Sérgio Ramos
|
8733a60acb
|
use some common joyent lint rules
|
2016-10-26 10:51:40 +01:00 |
|
Sérgio Ramos
|
6bf401b3bb
|
react and a11y linting
|
2016-10-25 20:15:33 +01:00 |
|
Sérgio Ramos
|
991d8d5328
|
no empty readmes
|
2016-10-25 19:49:05 +01:00 |
|
Alex Windett
|
d7da99f87b
|
Grid - using varibale in for loop when creating grid classes
|
2016-10-25 17:24:43 +01:00 |
|
Alex Windett
|
0e70981e32
|
Grid - refactoring columns with postcss-for
|
2016-10-25 16:44:46 +01:00 |
|
Alex Windett
|
42dd083daf
|
add new colors to constants
|
2016-10-25 16:44:46 +01:00 |
|
Sérgio Ramos
|
16cd49043d
|
working showcase
|
2016-10-25 14:47:24 +01:00 |
|
Tom Gallacher
|
b35027d34a
|
make: cleaning up targets and add pre-commit hooks
|
2016-10-25 12:05:29 +01:00 |
|
Sérgio Ramos
|
6df1d14049
|
base styles based on bootstrap and normalize
|
2016-10-25 02:15:43 +01:00 |
|
Sérgio Ramos
|
410f5a93e5
|
ui grid system - grid, row and column
|
2016-10-24 21:58:09 +01:00 |
|
Sérgio Ramos
|
d717f2356b
|
grid component
|
2016-10-24 17:38:46 +01:00 |
|
Sérgio Ramos
|
e5c226fa9c
|
create empty guidelines
|
2016-10-24 14:14:03 +01:00 |
|
Sérgio Ramos
|
64a01dff71
|
bootstrap ui framework
|
2016-10-24 11:02:18 +01:00 |
|