Skip to content

Commit

Permalink
chore: jswork scope
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 17, 2020
1 parent ff3708c commit 30c2b5c
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 67 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"jsxBracketSameLine": true,
"tabWidth": 2,
"semi": true,
"quoteProps": "consistent",
"singleQuote": true,
"overrides": [
{
Expand Down
5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## installation
```shell
npm install -S @feizheng/react-fade-image
npm install -S @jswork/react-fade-image
```

## properties
Expand All @@ -23,7 +23,10 @@ npm install -S @feizheng/react-fade-image
## usage
1. import css
```scss
@import "~@feizheng/react-fade-image/dist/style.scss";
@import "~@jswork/react-fade-image/dist/style.css";

// or use sass
@import "~@jswork/react-fade-image/dist/style.scss";

// customize your styles:
$react-fade-image-options: ()
Expand Down Expand Up @@ -51,9 +54,11 @@ npm install -S @feizheng/react-fade-image
<ReactDemokit
className="p-3 app-container"
url="https://github.com/afeiship/react-fade-image">
<button className="button" onClick={this.handleClick}>
Trigger Load Image
</button>
<p className="text-center">
<button className="button is-large is-fullwidth is-primary" onClick={this.handleClick}>
Trigger Load Image
</button>
</p>
<div className="list">
<p>
<ReactFadeImage src="https://imglf4.nosdn.127.net/img/KzNuMlRKSFVENitYYjJBYnU5Q2cwQjRjd0ljSURUWmxZeGxvWVlOYnhHZWRReFBoUVJWUXFRPT0.jpg?imageView&thumbnail=1680x0&quality=96&stripmeta=0&type=jpg" />
Expand Down Expand Up @@ -83,9 +88,6 @@ npm install -S @feizheng/react-fade-image
## documentation
- https://afeiship.github.io/react-fade-image/

## resources
- https://github.com/aFarkas/lazysizes


## license
Code released under [the MIT license](https://github.com/afeiship/react-fade-image/blob/master/LICENSE.txt).
Expand Down
4 changes: 0 additions & 4 deletions Rakefile

This file was deleted.

10 changes: 5 additions & 5 deletions build/TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## installation
```shell
npm install -S @feizheng/react-fade-image
npm install -S @jswork/react-fade-image
```

## properties
Expand All @@ -17,7 +17,10 @@ __GENERATE_DOCS__
## usage
1. import css
```scss
@import "~@feizheng/react-fade-image/dist/style.scss";
@import "~@jswork/react-fade-image/dist/style.css";

// or use sass
@import "~@jswork/react-fade-image/dist/style.scss";

// customize your styles:
$react-fade-image-options: ()
Expand All @@ -30,9 +33,6 @@ __GENERATE_DAPP__
## documentation
- https://afeiship.github.io/react-fade-image/

## resources
- https://github.com/aFarkas/lazysizes


## license
Code released under [the MIT license](https://github.com/afeiship/react-fade-image/blob/master/LICENSE.txt).
Expand Down
8 changes: 4 additions & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30c2b5c

Please sign in to comment.