@socialwell-design/alert
v1.0.1
Published
Alert component from socialwell ui library
Downloads
1
Readme
This is a socialwell web design system
Installation
yarn add @socialwell-design/alert
or
npm i @socialwell-design/alert
How to use
import { Alert } from "@socialwell-design/alert";
<Alert
description="This is a description"
onClose={() => {}}
state="success"
title="Title"
/>