Add smooth, fast loaders to your react code with ease
To install the package, run the following command: npm install svg-loader-react
To use Loader in you project
import Loader from svg-loader-react
function App(){
return(
<Loader name="Audio" />
)
}
You can pass the following options to the Loader
function:
Name | Type | default |
---|---|---|
width | number | 45 |
height | number | 45 |
color | string | 🟨 |
This project is licensed under the MIT License - see the LICENSE file for details.