1.0.0 • Published 5 years ago

awesome-css-spinners v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

awesome-css-spinners

a variation of customized, smooth, lightweight and puure HTML+CSS spinners

https://imgur.com/7McQMqn

import React, {Component} from "react";
import {DualRingLoader} from "react-fancy-visa-card";


class App extends Component {

	render() {
        return (
            <div className="App">
            
                <RippleLoader/>

            </div>
        );
    }
}

export default App;