<%= head %>
<%= content %>

<%= name %>

HTML

<%= escapedHtml %>

css

<%= componentCss %>

Css stats for this component

Gzipped Size
<%= stats.gzipSize %>B
Selectors
<%= stats.selectors.total %>
Declarations
<%= stats.declarations.total %>

Modules referenced

    <% modules.map(renderModule) %>
<% function renderModule(module) { %>
  • <%= module %>
  • <% } %>

    Install via npm Only installs the needed tachyons-modules for this component

    npm i --save <%= modules.join(' ') %>

    Other Components

    <% Object.keys(componentsForNav).map(function(category) { %>

    <%= category %>

    <% componentsForNav[category].map(function(componentForNav) { %> <%= componentForNav.name %> <% }) %>
    <% }) %>
    <% function renderClass(klass) { %>
  • <%= klass %>
  • <% } %> <%= highlight %> <%= footer %> <%= analytics %>