@fylgja/avatar

1.1.1 • Public • Published

Fylgja - Avatar

NPM version license

The avatar component allows you to make an avatar style with ease.

Installation

npm install @fylgja/avatar

Then include the component in to your code via;

@use "@fylgja/avatar";
// Or via PostCSS import
@import "@fylgja/avatar";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/avatar" with ($avatar-layer: "components");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/avatar" layer("components");

How to use

For more information see the avatar docs on the Fylgja.dev.

Package Sidebar

Install

npm i @fylgja/avatar

Homepage

fylgja.dev/

Weekly Downloads

22

Version

1.1.1

License

MIT

Unpacked Size

4.01 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink