0.2.1 • Published 2 years ago

avatar-gradient v0.2.1

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

Avatar Gradient React

Installation:

npm install avatar-gradient
pnpm install avatar-gradient
yarn install avatar-gradient

Usage:

import { Avatar } from "avatar-gradient";
function App() {
    return (
        <div>
          <Avatar username="test" />
        </div>
    );
}

export default App;

Customization:

import { Avatar } from "avatar-gradient";
function App() {
    return (
        <div>
          <Avatar username="test" style={{borderRadius:"0px"}} />
          <Avatar username="test" className="custom-style" />
        </div>
    );
}

export default App;
0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago