Skip to content

Instantly share code, notes, and snippets.

@mightyhorst
Last active July 13, 2020 07:58
Show Gist options
  • Select an option

  • Save mightyhorst/dda7328d9afe261c9bbdef3a76f22a96 to your computer and use it in GitHub Desktop.

Select an option

Save mightyhorst/dda7328d9afe261c9bbdef3a76f22a96 to your computer and use it in GitHub Desktop.
Kitset schema - example output

Hello World

Here we go

Hello world

Description for the playbook

/**
*
* @global
* @namespace global
* @name global
* @file global.css
*
**/
* {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
.wrapper {
position: flex;
justify-content: space-between;
width: 100%;
height: 100%;
align-self: center;
}
html {
position: relative;
margin: 0px;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
font: 500 1rem/1rem helvetica neue;
}
body {
position: relative;
margin: 0px;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #32393f;
}
flex-center {
font-family: helvetica neue;
font-size: 2rem;
position: flex;
top: 0;
left: 0;
width: 100%;
}
<north-view><logoview data-story-as-a="User" data-story-i-want="this to work" data-id="uuid" onclickproponchild="onClickHandlerPassedFromParent" todo-events-drop="onDropSubscribe">logo<svg width="30" height="32" fill="currentcolor"><path d="M29.24 22.68c-.16-.39-.31-.8-.47-1.15l-.74-1.67-.03-.03c-2.2-4.8-4.55-9.68-7.04-14.48l-.1-.2c-.25-.47-.5-.99-.76-1.47-.32-.57-.63-1.18-1.14-1.76a5.3 5.3 0 00-8.2 0c-.47.58-.82 1.19-1.14 1.76-.25.52-.5 1.03-.76 1.5l-.1.2c-2.45 4.8-4.84 9.68-7.04 14.48l-.06.06c-.22.52-.48 1.06-.73 1.64-.16.35-.32.73-.48 1.15a6.8 6.8 0 007.2 9.23 8.38 8.38 0 003.18-1.1c1.3-.73 2.55-1.79 3.95-3.32 1.4 1.53 2.68 2.59 3.95 3.33A8.38 8.38 0 0022.75 32a6.79 6.79 0 006.75-5.83 5.94 5.94 0 00-.26-3.5zm-14.36 1.66c-1.72-2.2-2.84-4.22-3.22-5.95a5.2 5.2 0 01-.1-1.96c.07-.51.26-.96.52-1.34.6-.87 1.65-1.41 2.8-1.41a3.3 3.3 0 012.8 1.4c.26.4.45.84.51 1.35.1.58.06 1.25-.1 1.96-.38 1.7-1.5 3.74-3.21 5.95zm12.74 1.48a4.76 4.76 0 01-2.9 3.75c-.76.32-1.6.41-2.42.32-.8-.1-1.6-.36-2.42-.84a15.64 15.64 0 01-3.63-3.1c2.1-2.6 3.37-4.97 3.85-7.08.23-1 .26-1.9.16-2.73a5.53 5.53 0 00-.86-2.2 5.36 5.36 0 00-4.49-2.28c-1.85 0-3.5.86-4.5 2.27a5.18 5.18 0 00-.85 2.21c-.13.84-.1 1.77.16 2.73.48 2.11 1.78 4.51 3.85 7.1a14.33 14.33 0 01-3.63 3.12c-.83.48-1.62.73-2.42.83a4.76 4.76 0 01-5.32-4.07c-.1-.8-.03-1.6.29-2.5.1-.32.25-.64.41-1.02.22-.52.48-1.06.73-1.6l.04-.07c2.16-4.77 4.52-9.64 6.97-14.41l.1-.2c.25-.48.5-.99.76-1.47.26-.51.54-1 .9-1.4a3.32 3.32 0 015.09 0c.35.4.64.89.9 1.4.25.48.5 1 .76 1.47l.1.2c2.44 4.77 4.8 9.64 7 14.41l.03.03c.26.52.48 1.1.73 1.6.16.39.32.7.42 1.03.19.9.29 1.7.19 2.5z"></path></svg></logoview><div class="right"><button onclick="onLoginBtnClick">button</button><select><option onclick="onLoginBtnClick">button</option></select></div><nav class="right"><div class="drpDown"><svg></svg><i></i></div></nav></north-view>
/**
*
* @interface INorthViewProps
*
**/
interface INorthViewProps{
}
import React from "react";
/**
* @requires styles
**/
import Todo from "todo";
function NorthViewComponent(props:NorthView){
return (
<LogoView data-story-key="User" data-story-key="this to work" className="logo" data-id="uuid" onClickPropOnChild={onClickHandlerPassedFromParent} drop={onDropSubscribe} >
logo
<svg width={'30'} height={'32'} fill={'currentcolor'} >
<path d={M29.24 22.68c-.16-.39-.31-.8-.47-1.15l-.74-1.67-.03-.03c-2.2-4.8-4.55-9.68-7.04-14.48l-.1-.2c-.25-.47-.5-.99-.76-1.47-.32-.57-.63-1.18-1.14-1.76a5.3 5.3 0 00-8.2 0c-.47.58-.82 1.19-1.14 1.76-.25.52-.5 1.03-.76 1.5l-.1.2c-2.45 4.8-4.84 9.68-7.04 14.48l-.06.06c-.22.52-.48 1.06-.73 1.64-.16.35-.32.73-.48 1.15a6.8 6.8 0 007.2 9.23 8.38 8.38 0 003.18-1.1c1.3-.73 2.55-1.79 3.95-3.32 1.4 1.53 2.68 2.59 3.95 3.33A8.38 8.38 0 0022.75 32a6.79 6.79 0 006.75-5.83 5.94 5.94 0 00-.26-3.5zm-14.36 1.66c-1.72-2.2-2.84-4.22-3.22-5.95a5.2 5.2 0 01-.1-1.96c.07-.51.26-.96.52-1.34.6-.87 1.65-1.41 2.8-1.41a3.3 3.3 0 012.8 1.4c.26.4.45.84.51 1.35.1.58.06 1.25-.1 1.96-.38 1.7-1.5 3.74-3.21 5.95zm12.74 1.48a4.76 4.76 0 01-2.9 3.75c-.76.32-1.6.41-2.42.32-.8-.1-1.6-.36-2.42-.84a15.64 15.64 0 01-3.63-3.1c2.1-2.6 3.37-4.97 3.85-7.08.23-1 .26-1.9.16-2.73a5.53 5.53 0 00-.86-2.2 5.36 5.36 0 00-4.49-2.28c-1.85 0-3.5.86-4.5 2.27a5.18 5.18 0 00-.85 2.21c-.13.84-.1 1.77.16 2.73.48 2.11 1.78 4.51 3.85 7.1a14.33 14.33 0 01-3.63 3.12c-.83.48-1.62.73-2.42.83a4.76 4.76 0 01-5.32-4.07c-.1-.8-.03-1.6.29-2.5.1-.32.25-.64.41-1.02.22-.52.48-1.06.73-1.6l.04-.07c2.16-4.77 4.52-9.64 6.97-14.41l.1-.2c.25-.48.5-.99.76-1.47.26-.51.54-1 .9-1.4a3.32 3.32 0 015.09 0c.35.4.64.89.9 1.4.25.48.5 1 .76 1.47l.1.2c2.44 4.77 4.8 9.64 7 14.41l.03.03c.26.52.48 1.1.73 1.6.16.39.32.7.42 1.03.19.9.29 1.7.19 2.5z} >
</path>
</svg>
</LogoView>
<div>
<button onclick={onLoginBtnClick} >
button
</button>
<select className="drpIronFist" >
<option onclick={onLoginBtnClick} >
button
</option>
</select>
</div>
<nav>
<div>
<svg>
</svg>
<i className="fa fa-chevron-down" >
</i>
</div>
</nav>
);
}
export NorthViewComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment