react-redliner
v0.0.73
Published
A React utility to display redlines
Downloads
4
Maintainers
Readme
RedLiner
RedLiner is a React component designed to easily visualize CSS/style properties on JSX/HTML elements. When RedLiner is wrapped around display components like buttons and inputs, RedLiner will visually show the properties in an easy to understand way.
Documentation
For information on installing and using RedLiner, please visit the documentation at redliner.f1v.co.
Local Development with Docz
RedLiner's website uses Docz which you can start locally with the following commands.
yarn
yarn start
Publishing to npm
To publish new versions on npm, follow these steps:
-npm version [patch|minor|major|<version_no>]
-yarn publish
(automatically calls yarn prepare
)