2.0.0 • Published 1 year ago

@eisgs/alert v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Компонент 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}
  />
2.0.0

1 year ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.4

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago