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