GithubHelp home page GithubHelp logo

alert.el's Introduction

<u1-alert> - element

Prominent hints, alerts, and facts

Features

  • Various variants for Success, Warn, Error, and Info alerts.
  • Dismissable alerts allow user to close them.
  • Support for icons within alerts.
  • Customizable actions through buttons in the alert.

Usage

<u1-alert open variant="info" dismissible icon="home">
    This is a dismissible success alert with an icon, and a lot of text to make it wrap. More text to make it wrap and just more and more
    <button slot=action>OK</button>
    <button slot=action>Cancel</button>
</u1-alert>
u1-alert {
    border-width: 0 0 0 3px;
}
u1-alert::part(close) {
    opacity:0.3;
}
u1-alert::part(icon) {
    font-size:2em;
}

API

Attributes

  • variant: Determines the type of the alert (success, warn, error, info).
  • dismissible: Allows the alert to be closed by the user.
  • icon: Adds an icon to the alert, if not set, the icon will be determined by the variant.
  • open: Determines if the alert is visible or not.

Slots

  • action: Buttons that will be placed at the bottom of the alert.

CSS

--color: The color of the alert, if not set, it will be determined by the variant. ::part(close): The close button. ::part(icon): The icon.

Install

<link href="https://cdn.jsdelivr.net/gh/u1ui/[email protected]/alert.min.css" rel=stylesheet>
<script src="https://cdn.jsdelivr.net/gh/u1ui/[email protected]/alert.min.js" type=module></script>

Demos

minimal.html
test.html

About

  • MIT License, Copyright (c) 2022 (like all repositories in this organization)
  • Suggestions, ideas, finding bugs and making pull requests make us very happy. โ™ฅ

alert.el's People

Contributors

nuxodin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.