Luiz Baldi
2fd78a4c62
Remove react95 as dev dependency for documentation and fix all imports
2020-04-30 00:37:30 +02:00
Luiz Baldi
a1b7662fae
Improve docs structure
...
* Move each mdx file to respective component folder (colocation ftw)
* Fix some style prop-types in order to fix docz build
* Move docz to the root folder instead of having a separated project folder
2020-04-30 00:37:30 +02:00
Luiz Baldi
8d238a41f4
Add docs for AppBar, Checkbox, Tabs and text field components
2020-04-30 00:37:30 +02:00
Luiz Baldi
46804cecd8
Add docs for NumberField, Progress, Select, Table, Tooltip and Window components
2020-04-30 00:37:30 +02:00
Luiz Baldi
cd835c1f40
Extend Playground component and add documentation for more components
2020-04-30 00:37:30 +02:00
Luiz Baldi
9c8a8e6604
Add more components do docz and create custom gatsby theme wrapper
2020-04-30 00:37:30 +02:00
Luiz Baldi
48dd845055
Create docs with docz and some getting started files
2020-04-30 00:37:30 +02:00
Luiz Baldi
85594d3a7a
Rename old website and storybook
2020-04-30 00:37:30 +02:00
Luiz Baldi
e3214937fe
Merge branch 'master' of github.com:arturbien/React95 into develop
2020-03-03 11:21:21 -03:00
Artur Bień
dd99cab958
Merge pull request #102 from arturbien/chore/readme-changes
...
Improve readme
2020-03-03 08:33:39 +01:00
Luiz Baldi
21a3b6a587
Minor tweaks on readme
2020-03-03 00:03:41 -03:00
Artur Bień
1b636b582f
Merge pull request #101 from arturbien/feature/menu-checkbox-and-radio
...
Feature/menu checkbox and radio
2020-02-29 17:06:57 +01:00
Artur Bień
8eb8238c38
move checkbox options outside of component
2020-02-27 21:55:42 +01:00
Luiz Baldi
e66acab0a7
Improve readme
2020-02-26 22:45:40 -03:00
Artur Bień
c8e091044c
Merge pull request #100 from arturbien/feature/window-enhancements-and-tests
...
Feature/window enhancements and tests
2020-02-26 09:31:53 +01:00
Artur Bień
8fd2b8bd0f
Merge pull request #99 from sheminusminus/feature/tooltip-enhance-and-tests
...
Feature/Tooltip enhancements and tests
2020-02-22 00:39:51 +01:00
Artur Bień
fbc03cb364
add menu variant of Checkbox
2020-02-22 00:37:49 +01:00
Artur Bień
8ac8863068
minor fix
2020-02-22 00:36:51 +01:00
Emily Kolar
dac595d2a6
update README.md to match develop
2020-02-21 15:29:46 -08:00
Emily Kolar
2a1f0e4819
Merge branch 'develop' into feature/tooltip-enhance-and-tests
...
# Conflicts:
# package-lock.json
2020-02-21 15:26:52 -08:00
Artur Bień
615637eabf
add menu variant of Radio
2020-02-21 21:06:04 +01:00
Artur Bień
847f058e1d
remove unnecessary space in Radio/Checkbox label
2020-02-21 19:31:33 +01:00
Artur Bień
83872d4590
centering ListItem content
2020-02-21 19:27:09 +01:00
Emily Kolar
b7ba00f304
Merge branch 'feature/tooltip-enhance-and-tests' of github.com:sheminusminus/React95 into feature/tooltip-enhance-and-tests
2020-02-20 15:42:39 -08:00
Artur Bień
152d509794
Updated Slack channel link
...
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
(feature) enhancements and tests for Tooltip component
requested changes (variable naming, code style in tests)
2020-02-20 15:39:58 -08:00
Artur Bień
9243875dfc
fixup! fixup! add styles to button in WindowHeader
2020-02-20 23:21:18 +01:00
Artur Bień
86365e61ed
fixup! add styles to button in WindowHeader
2020-02-20 23:19:57 +01:00
Artur Bień
e714b58b96
add styles to button in WindowHeader
2020-02-20 23:12:13 +01:00
Artur Bień
285d5a0f6b
Merge pull request #98 from arturbien/feature/color-input
...
Feature/color input
2020-02-20 22:09:27 +01:00
Emily Kolar
82e7600b52
requested changes (variable naming, code style in tests)
2020-02-18 13:50:16 -08:00
Emily Kolar
0f5d261a46
(feature) enhancements and tests for Tooltip component
2020-02-12 15:56:57 -08:00
Artur Bień
f2b1510bd5
Merge pull request #95 from arturbien/feature/tabs-enhancements-and-tests
...
Feature/tabs enhancements and tests
2020-02-13 00:03:15 +01:00
Artur Bień
fab899fff8
remove commented out styles
2020-02-12 23:38:48 +01:00
Artur Bień
c471290597
minor change
2020-02-12 23:37:09 +01:00
Artur Bień
fe2796ae12
change story name
2020-02-12 22:35:04 +01:00
Artur Bień
5690d0c119
forward ref
2020-02-12 22:33:59 +01:00
Artur Bień
edf535659a
add tests
2020-02-12 22:22:35 +01:00
Artur Bień
dd1046485f
fix slider test description typo
2020-02-12 21:49:09 +01:00
Artur Bień
a9224ded24
initial commit
2020-02-12 21:46:06 +01:00
Artur Bień
fcb8755290
add TabBody tests
2020-02-10 23:43:34 +01:00
Artur Bień
46939b334e
decrease top padding in TabBody
2020-02-10 23:35:56 +01:00
Artur Bień
9114d893db
fix selected tab after el display issue
2020-02-10 23:34:36 +01:00
Artur Bień
33c2e6bc35
add Tab tests
2020-02-10 23:23:08 +01:00
Artur Bień
d02cdad063
add Tabs tests
2020-02-10 23:16:34 +01:00
Artur Bień
35e1132c7d
allow for null children
2020-02-10 23:16:23 +01:00
Artur Bień
4a114e78e2
forward refs
2020-02-10 22:16:24 +01:00
Artur Bień
85fcd22ebc
add a11y attributes to story
2020-02-10 22:11:38 +01:00
Artur Bień
9aeb3ab346
remove obsolete props from TabBody
2020-02-09 14:48:15 +01:00
Artur Bień
f65bbf7b4b
add role and aria attr
2020-02-09 14:46:05 +01:00
Artur Bień
0be661d476
simplify story
2020-02-09 14:23:55 +01:00