ui-glasscard

1.0.3 • Public • Published

MIT License LinkedIn

ui GlassCard

Ultimate glassmorphism package to make awesome glasscard UI componets like info cards in websites

Preview

Preview Screen Shot

Installation

  1. In terminal install this package with the next line:
npm i ui-glasscard --save
  1. Then import the package function into your main javascript file.
import { uiglasscard } from 'uiglasscard';
  1. And finally choose the options to manage the look and feel of the card:
uiglasscard({
    glass_type: 'hard',
    glass_color: 'dark',
    border: true,
    border_radius: 2
})

Options

UI-GLASSCARD supports 2 options at the beguining, both are optionals:

  • glass_type - hard / soft (Default to soft)
  • glass_color - dark / light (Default to light)
  • border - boolean (Default to false)
  • border_radius - 1 / 2 / 3 (Default to 1)

Contributing

If someone wants to add new features in UI-GRASSCARD or improve something, I invite you to collaborate directly in this repository: ui-glasscard

License

random-msg is released under the MIT License.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ui-glasscard

      Weekly Downloads

      1

      Version

      1.0.3

      License

      MIT

      Unpacked Size

      747 kB

      Total Files

      7

      Last publish

      Collaborators

      • cquesada