@sleepybolivian/react-tools
v0.1.0
Published
A collection of React tools for my personal projects
Downloads
6
Readme
Usage
Notification
// Add css to project
import "@sleepybolivian/react-tools/dist/index.css";:root {
/* Font Family */
--notif-font-family: Tahoma;
/* Custom Color */
--notif-custom-color-from: #COLORFROM;
--notif-custom-bg-from: #BGFROM;
--notif-custom-color-to: #COLORTO;
--notif-custom-bg-to: #BGTO;
}