Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

demobox

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demobox - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

bin/render-file.js

@@ -22,3 +22,3 @@

function fontImports(font) {
return '<link href="http://fonts.googleapis.com/css?family=' +
return '<link href="https://fonts.googleapis.com/css?family=' +
font.head.url + (font.body.url ? '|' + font.body.url : '') + '" rel="stylesheet"/>'

@@ -25,0 +25,0 @@ }

{
"name": "demobox",
"version": "1.2.2",
"version": "1.2.3",
"description": "Demo Page Generator & Live Editor Component",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,8 +19,14 @@ <!--

### Demobox is a quick & stylish way of getting a demo page up and running for your new react component.
There are three ways to use demobox, for varying simplicity and flexibility.
1. [demo page generator](#demo-page-generator)
2. [drop-in script](#the-demoboxjs-drop-in-script)
3. [react component](#as-a-react-component)
1. [demo page generator](#demo-page-generator) -- markdown to demo page converter
2. [drop-in script](#the-demoboxjs-drop-in-script) -- turn text boxes into live editors
3. [react component](#as-a-react-component) -- integrate a live editor into your project
Take a look at the [FAQ](#faq) at the bottom, or head over to
[github](https://github.com/jaredly/demobox/issues) to file an issue or ask a
question.
# Demo Page Generator

@@ -80,2 +86,5 @@

These go in the yaml frontmatter (similar to jekyll) at the top of the
markdown file.
- **title:** the title of the page (default: Demo Page)

@@ -172,1 +181,13 @@ - **subtitle:** the subtitle (default: none)

# FAQ
### Why not use jekyll / some other static site generator?
Demobox is for quick and simple jobs, and requires very little configuration
to get something usable and beautiful. You don't have time to set up a
full-blown website for each little component you create, but you want a way to
**show the world** what you've done in a classy way.
### Why not use jsfiddle / plunkr / codepen for embedding editable code snippets?
Demobox works with vesion control; jsfiddle etc. does not. Demobox also has
first-class support for JSX and React components (and support for HTML/CSS coming soon!).
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