0.0.2 • Published 7 years ago
@cssvscss/lib v0.0.2
cssvscss-lib
Component library for cssvscss.com
About
cssvscss-lib is a React component library for providing crucial components to the cssvscss codebase.
EditorA CSS code editor built on top of CodeMirror.RendererA renderer that 1) takes JSX as its 'base' markup and renders it inside the component and 2) takes a parsed CSS object, appends a specific scope to all css declarations, and embedds the styles into a<script>tag within the element. A basic, sandboxed code preview element.InlineStylePrimarily used by theRenderercomponent, it takes in ascopeand astyle(CSS object), adds a data type selector to all styles and appends the scope to the current renderer.
Installation
npm install @cssvscss/lib
Documentation
WIP