neon-colors
v0.1.3
Published
Easily add neon colors to your React components
Downloads
2
Readme
neon-colors
A small neon color palette.
How to use
Simply add import neon from "neon-colors"
to the top of your React component.
Add inline styles to your JSX elements like such: style={{ color: neon.blue }}
.
Available colors include blue
, green
, yellow
, purple
, and orange
.