Socket
Socket
Sign inDemoInstall

css-style-editor

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-style-editor

a form that generate css styles or CSSProperties


Version published
Maintainers
0
Created
Source

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

Keywords

FAQs

Package last updated on 16 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc