1.0.0 • Published 3 years ago
@socialwell-design/toast v1.0.0
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"
/>
1.0.0
3 years ago