0.0.1 • Published 12 months ago
css-style-editor v0.0.1
react-style-editor
a form that generate css styles or CSSProperties
DEV Guide: How to start the project on my own computer?
- init env
require: node version >= 18
npm install
cd example && npm install
- link the package
npm run build
npm link
- watch and start coding
npm run dev
- link the package to demo
cd example
npm link css-style-editor
- 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
PROPS | Description | Type | Required | DefaultValue |
---|---|---|---|---|
size | Component Size | small | middle | large | undefined | False | undefined |
0.0.1
12 months ago