1.0.4 • Published 4 months ago

jb-loading-react v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

jb-loading React component

!WARNING
this package is deprecated and moved to jb-loading/react

svg loading React component:

  • you can set custom color by css variable.

  • it will fit its container DOM so you can use it in any size you want

  • light and smooth animation

instructions

install

using npm:

npm i jb-loading-react

in one of your js in pages

import {JBLoading} from 'jb-loading-react';

in your jsx

<JBLoading ></JBLoading>

set custom style

in some cases in your project you need to change defualt style of web-component for example you need to change color.
if you want to set a custom style to this web-component all you need is to set css variable in parent scope of web-component | css variable name | description | | ------------- | ------------- | | --jb-loading-color | loading color default is black #000 |

1.0.4

4 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago