@eisgs/alert

2.0.0 • Public • Published

Компонент Alert

title и description Управляют контентом. button Компонент кнопки.

  import { Button } from "@eisgs/button";

  <Alert
    title="Alert"
    description="Описание Alert"
    button={<Button>Кнопка</Button>}
  />

Кастомные стили

  import { Button } from "@eisgs/button";

  const styles = {width: 500};

  <Alert
    title="Alert"
    description="Описание Alert"
    button={<Button>Кнопка</Button>}
    styles={styles}
  />

Readme

Keywords

none

Package Sidebar

Install

npm i @eisgs/alert

Weekly Downloads

4

Version

2.0.0

License

MIT

Unpacked Size

14.8 kB

Total Files

5

Last publish

Collaborators

  • traidersu
  • krll_mdntsv
  • lzdyd