1.0.0 • Published 3 years ago

@socialwell-design/toast v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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"
/>