clydeutils
v0.3.3
Published
first test npm package
Downloads
9
Readme
clydeutils
This project was bootstrapped with Create React App.
A collection of useful utility functions and components by Dave Clydesdale
Available Utilities
From this package you can import the following utilities to your React components:
colorLog(text, bgColor, textColor)
Styled console.log()
colorLog('hello world', '#d00000', 'white')
cssLog(text, css)
Styled console.log()
cssLog('hello world', 'background: red; color: yellow; font-size: 30px')