Commit Graph

85 Commits

Author SHA1 Message Date
Patrick Aljord
fb544dd6c0 add reacteurope badge to readme 2019-11-22 20:06:45 +01:00
Danilo Woznica
db6131fb4f docs(getting started): add dependency 2019-10-13 15:36:19 +01:00
Danilo Woznica
e12cfc5b20 Update README.md 2019-09-25 17:53:45 +01:00
Danilo Woznica
abc604bb4c Update README.md 2019-09-25 17:52:50 +01:00
Danilo Woznica
ef863dab50 Update README.md 2019-09-25 13:53:22 +01:00
Danilo Woznica
a04f788057 feat(codebase): react native support (#153)
re #148, re #137, re #106, re #89, re #16, re #6

* build(rollup): native bundle

* feat(native): stylized components

* build(typescript): react native check

* feat(typing): improves

* build(tsconfig): by environment

* test(web native): setup

* test(native): support

* docs(readme): native documentation
2019-09-25 13:41:59 +01:00
Josh Kuttler
578ee06ede docs(README.md): added bit components (#152)
Exported library using bit so people can now:
- Find and install the component in bit.dev.
- Play with the examples and edit the code.
- See all the tests in each component.
- Install each component individually instead of installing all the project.
- Import component in their project to modify the code locally if needed.
- See all dependencies.
- See bundle size of the component before installing it.
2019-08-19 09:52:11 +01:00
Danilo Woznica
570dd6bc2d Update README.md 2019-05-02 13:26:17 +01:00
Danilo Woznica
69f56bddc6 Update README.md 2019-04-14 18:36:16 +01:00
Danilo Woznica
1917fb1fa2 Update README.md 2019-03-07 14:19:33 +00:00
Danilo Woznica
4de8d96b7b fix(svg/filter): add baseurl prop (#144)
* fix(svg/filter): add baseurl prop

* test(baseurl): add tests

* docs(prop): baseurl
2019-03-07 14:13:20 +00:00
Alexandre Kirszenberg
b8e5cb9e8c feat(svg): add a gradientRatio prop (#140)
* feat(svg): add an interval prop

Add an interval prop that controls the duration of the interval between two animations. For
instance, an interval of `.25` and an animation speed of `2` imply that the animation will
take 1.5s to complete, and wait 0.5s before starting again.

* feat(svg): add a gradientRatio prop

Add a gradientRatio prop that controls the width of the gradient relative to the viewbox's own
width. For instance, a gradientRatio of `0.5` and a width of `200` imply that the resulting gradient
will have a width of 100px.

* docs(docz): add props section
2019-03-06 21:34:14 +00:00
Alexandre Kirszenberg
6f26e2d5be feat(svg): add an interval prop (#139)
* feat(svg): add an interval prop

Add an interval prop that controls the duration of the interval between two animations. For
instance, an interval of `.25` and an animation speed of `2` imply that the animation will
take 1.5s to complete, and wait 0.5s before starting again.

* docs(options): add interval prop
2019-03-06 20:51:02 +00:00
Eran Shmil
ee53c9e56e chore(readme): fix url and add new similar package (#136) 2019-02-15 10:08:15 +00:00
Danilo Woznica
efc7fddb2b chore(docs): updating (#135) 2019-02-06 22:55:33 +00:00
Danilo Woznica
88ff13b2f3 Update README.md 2019-01-29 17:02:58 +00:00
Danilo Woznica
9704798869 Update README.md 2019-01-28 21:50:25 +00:00
Danilo Woznica
a214a244b5 Improv/doc (#130)
* docs(Readme): Update tagline

* docs(README): Usage

* docs(README): Options

* docs(README): Development

* docs(README): Known issues

Closes #93

* docs(README): Some fixes
2019-01-28 21:45:40 +00:00
Ajay Poshak
84d10ddbe4 Add docz documentation (#119)
* Ignore file generated by docz

* Add docz config

* Bump react versions; Add docz deps; Add docz scripts

* Introduction docs for docz

* Add usage docs

* Remove unused import

* Ignore rpt2_cache in version control

* Remove storybook and update dev script

* Update docs to refer docz instead of storybook

* Remove storybook files

* Ignore vs code specific files in version control
2018-12-07 16:40:57 +00:00
Danilo Woznica
d4647451d9 Update README.md 2018-11-28 14:03:09 +00:00
Danilo Woznica
4e2529048c Typo readme 2018-11-27 22:47:39 +00:00
Danilo Woznica
00754ab929 feat(a11y): Add title and aria label (#115)
Closes #110
2018-11-27 22:45:13 +00:00
Danilo Woznica
2d3baf7039 Feat/rtl (#104)
* Improv code

* feat(Wrap): RTL direction

* test(Tests): Code style

* test(RTL): Add test
2018-09-29 14:33:22 +01:00
Sam Walsh
3a72b14f50 New primaryOpacity and secondaryOpacity props to work around Safari rgba bug (#96)
* Safari and iOS transparency workaround

Introduction of `primaryOpacity` and `secondaryOpacity`

* Remove primaryOpacity/secondaryOpacity conditional props type

* Add tests for primaryOpacity and secondaryOpacity
2018-05-09 21:54:56 -03:00
Danilo Woznica
29ba1d12c1 Update README.md 2018-05-09 21:06:28 -03:00
Danilo Woznica
d7cedda1e4 Fix typos 2018-04-29 12:39:59 -03:00
Danilo Woznica
caa698fdc7 Update README.md 2018-04-08 21:00:10 -03:00
Danilo Woznica
7caa2135c3 Update README.md 2018-04-08 20:59:37 -03:00
Roy
88257ee720 docs(readme): fix typos (#90) 2018-03-29 17:19:42 -03:00
Danilo Woznica
cabf854466 Update README.md 2018-03-25 22:32:13 -03:00
Danilo Woznica
575d7c8661 Update README.md 2018-03-25 22:29:47 -03:00
Danilo Woznica
d91d76ce76 Update README.md 2018-03-25 22:28:35 -03:00
EGOIST
a7c243dfab Add vue-content-loader (#88) 2018-03-22 12:53:53 -03:00
Danilo Woznica
6a3a7c9a58 Update README.md 2018-03-12 18:03:35 -03:00
Danilo Woznica
a8dae9f563 add beerpay 2018-02-19 11:36:38 -03:00
Danilo Woznica
a0902d137e Add Beerpay's badge 2018-02-19 11:24:05 -03:00
Danilo Woznica
5f1b905473 Update screenshots 2018-02-18 11:30:08 -03:00
Danilo Woznica
7b9d65d1f7 refactor(Readme and types): Cosmetic things 2018-02-13 14:02:56 -02:00
caian-gums
f1258ce15d Handle animation (#80)
* Add props and create logic to controll speed animation

* Add stories to no animation

* Add tests on animation prop

* Set animation to appear just when animate prop is true

* Change tests to expected behavior

* Att on readme

* Update readme

* Realocate tests

* Export default props

* Refactor tests

* Refactor disposal of tests
2018-02-05 14:24:25 -02:00
Danilo Woznica
1f5429d30f Update README.md 2018-02-03 15:55:58 -02:00
Danilo Woznica
2a3d2e02af Badges 2018-02-03 15:41:47 -02:00
Danilo Woznica
cbe309eec3 Update README.md 2018-02-03 15:00:08 -02:00
Danilo Woznica
61bd3aae6d SSR compatibility (#79)
* SSR compatibility, solve #78

* Update name prop
2018-01-30 09:46:17 -02:00
Danilo Woznica
4c196c41c4 Updated the readme with the new API (#75) 2018-01-22 10:12:04 -02:00
Mateusz Burzyński
a3d1878800 Added named exports and removed type prop (#72) 2018-01-19 12:06:57 -02:00
Danilo Woznica
b6b762be38 Update the readme, close #47 (#50) 2017-12-28 16:30:11 -02:00
Evgenij Kopitsa
4e5bbf58c3 Remove custom components (#48)
* Remove custom components https://github.com/danilowoz/react-content-loader/issues/46

* return <rect/> and <circle/> in stories, update readme.md, return test for 'when type is custom'

* fix indentation, move 'when type is custom' test from 'Type props are used' block
2017-12-28 16:26:58 -02:00
Danilo Woznica
6c0a586400 To set up, yarn doesn't need the --save 2017-12-27 12:31:35 -02:00
Danilo Woznica
5672a935ce New facebook style 2017-12-22 16:37:10 -02:00
Artur Muniz
aa4e9eec46 Adding --save switch (#41) 2017-12-19 17:55:10 -02:00