@ruttwice/modalsetting-style
v1.2.7
Published
Test validator Css
Downloads
43
Readme
Modal Setting Style Component
Setting Style Component Group Row Cell
Features
- add delete Style
- serach user Style
- validator css
- Show error
Installation
Install my-project with npm
npm install @ruttwice/modalsetting-style
npm i csstree-validator
Usage/Examples Main Component
import { ModalSetting } from '@ruttwice/modalsetting-style'
import { validate } from 'csstree-validator';
export const SendTableconfigOutput = createContext();
const filename = 'demo/example.css';
<SendTableconfigOutput.Provider
value={{
tableConfigSetting,
tablevisble,
setVisible,
setTableConfigSetting,
dragStart,
dragPass,
setStyleSetting,
styleSetting,
sendStyleBackend,
setSendStyleBackend,
filename,
validate
}}>>
<ModalSetting> <------------ paste here
<SendTableconfigOutput.Provider/>