diff --git a/.nojekyll b/.nojekyll deleted file mode 100644 index e69de29..0000000 diff --git a/docs/demos/hello.jsx b/docs/demos/hello.jsx index 6878113..d8aaa16 100644 --- a/docs/demos/hello.jsx +++ b/docs/demos/hello.jsx @@ -1,48 +1,81 @@ - - Hello - - - Welcome to Iso, a prototyping environment for Lab UI components. - - - - - - - - Lab Sync - - - Compositor Iso syncs with Lab to show real-time updates to components and design system constants and themes. - - - - - Zero Setup - - - Prototype and build pages without the need to open up terminal or spend any time setting up development servers. - - - - - Export HTML - - - Use Iso to quickly build prototypes or static HTML pages using components built with Lab. - - - - - One-Click Publishing - - - Quickly share ideas with your team using the built-in publishing service. - - - - + + Hello + + + Welcome to Iso, a prototyping environment for Lab UI components. + + + + + + + + Lab Sync + + + Compositor Iso syncs with Lab to show real-time updates to components and design system constants and themes. + + + + + Zero Setup + + + Prototype and build pages without the need to open up terminal or spend any time setting up development servers. + + + + + Export HTML + + + Use Iso to quickly build prototypes or static HTML pages using components built with Lab. + + + + + One-Click Publishing + + + Quickly share ideas with your team using the built-in publishing service. + + + + diff --git a/docs/demos/lab.json b/docs/demos/lab.json index 643b4de..af4bd1d 100644 --- a/docs/demos/lab.json +++ b/docs/demos/lab.json @@ -3,22 +3,32 @@ "library": "styled-components", "components": [ { - "name": "Hero", - "type": "div", + "name": "Button", + "type": "button", "props": { - "py": 7, - "px": 5, - "bg": "black", - "color": "white" + "fontSize": 1, + "px": 3, + "py": 3, + "color": "white", + "bg": "blue", + "fontWeight": "600", + "borderRadius": 8 }, "style": { - "backgroundImage": "url(https://images.unsplash.com/photo-1457364887197-9150188c107b?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&s=f49c6be98fb0be96b002f7ad4771dacf)", - "backgroundSize": "cover" + "display": "inline-block", + "fontFamily": "inherit", + "borderWidth": 0, + "appearance": "none", + "textTransform": "uppercase", + "letterSpacing": "0.1875em" }, "examples": [ - "Hello" + "" ], - "system": [] + "system": [ + "fontWeight", + "borderRadius" + ] }, { "name": "Heading", @@ -41,61 +51,51 @@ ] }, { - "name": "Button", - "type": "button", + "name": "Subhead", + "type": "h3", "props": { - "fontSize": 1, - "px": 3, - "py": 3, - "color": "white", - "bg": "blue", + "m": 0, "fontWeight": "600", - "borderRadius": 8 - }, - "style": { - "display": "inline-block", - "fontFamily": "inherit", - "borderWidth": 0, - "appearance": "none", - "textTransform": "uppercase", - "letterSpacing": "0.1875em" + "fontSize": 4 }, + "style": {}, "examples": [ - "" + "Hello" ], "system": [ - "fontWeight", - "borderRadius" + "fontWeight" ] }, { - "name": "Container", + "name": "Hero", "type": "div", "props": { + "py": 7, "px": 5, - "py": 5 + "bg": "black", + "color": "white" + }, + "style": { + "backgroundImage": "url(https://images.unsplash.com/photo-1457364887197-9150188c107b?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&s=f49c6be98fb0be96b002f7ad4771dacf)", + "backgroundSize": "cover" }, - "style": {}, "examples": [ - "Hello" + "Hello" ], "system": [] }, { - "name": "Subhead", - "type": "h3", + "name": "Container", + "type": "div", "props": { - "m": 0, - "fontWeight": "600", - "fontSize": 4 + "px": 5, + "py": 5 }, "style": {}, "examples": [ - "Hello" + "Hello" ], - "system": [ - "fontWeight" - ] + "system": [] } ] } \ No newline at end of file diff --git a/docs/images/hero.jpg b/docs/images/hero.jpg deleted file mode 100644 index da08cf5..0000000 Binary files a/docs/images/hero.jpg and /dev/null differ diff --git a/docs/images/hero.png b/docs/images/hero.png deleted file mode 100644 index 33128ae..0000000 Binary files a/docs/images/hero.png and /dev/null differ diff --git a/index.html b/index.html deleted file mode 100644 index 7ab106b..0000000 --- a/index.html +++ /dev/null @@ -1,18 +0,0 @@ - -
-Compositor Iso
Compositor
DocsDownload

IsoBeta

Build pages and prototypes with Lab UI components. No configuration or build setup required.

Get Lab
Free with Lab subscription
Available for MacOS

Prototype with JSX

Zero configuration

Use Lab components

Sync with Lab

Export to static HTML

One-click publishing

Already a Lab subcriber?

Download Iso Now
CompositorLab
© 2017 Compositor, Inc.
-
- - diff --git a/index.jsx b/index.jsx deleted file mode 100644 index 2c55c4e..0000000 --- a/index.jsx +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: Compositor Iso -description: >- - Build pages and prototypes with Lab UI components. No configuration or build - setup required. -features: - - heading: Prototype with JSX - - heading: Zero configuration - - heading: Use Lab components - - heading: Sync with Lab - - heading: Export to static HTML - - heading: One-click publishing ---- - - - - - -
- - - - Compositor - - - - Docs - - - Download - - -
-
- - - - - Iso - <Caps ml={2} color="muted"> - Beta - </Caps> - - - {props.description} - - - - Get Lab - - - - Free with Lab subscription - - - Available for MacOS - - - - - - - - - -
- - - {props.features.map(feat => ( - - - {feat.heading} - - - ))} - - - - - Already a Lab subcriber? - - - Download Iso Now - - - -