0.0.1 • Published 12 months ago

css-style-editor v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

react-style-editor

a form that generate css styles or CSSProperties

DEV Guide: How to start the project on my own computer?

  1. init env

require: node version >= 18

npm install
cd example && npm install
  1. link the package
npm run build
npm link
  1. watch and start coding
npm run dev
  1. link the package to demo
cd example
npm link css-style-editor
  1. start the demo
cd ..
npm run example

User Guide: How to use the package?

import StyleEditor from 'css-style-editor';

<StyleEditor size={'small | middle | large' | undefined} />;

API Documentation

PROPSDescriptionTypeRequiredDefaultValue
sizeComponent Sizesmall | middle | large | undefinedFalseundefined
0.0.1

12 months ago