Enhance user engagement and streamline log readability with our vibrant console package. Effortlessly grab user attention and categorize logs based on their purpose using colorful formatting. Upgrade your console output to not only inform but also captiva
npm install rgb-console-log
bash
npm i rgb-console-log
`
Style Properties
The properties of this package find their roots in the design philosophy of Bootstrap alerts. By leveraging the visual and functional elements that Bootstrap provides, I've ensured that this package inherits a familiar and intuitive user interface.
- Primary
- Secondary
- Success
Examples
Here is the one to get you started:
`js
import rgbConsole from "rgb-console-log";
rgbConsole.Primary.log("Primary style console log")
rgbConsole.Secondary.log("Secondary style console log")
rgbConsole.Success.log("Success style console log")
`
!Alt text
LICENSE
!NPM License
!GitHub License
rgb-console-log` is released under the MIT license.