1.0.0 • Published 5 years ago

rivet-shell v1.0.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
5 years ago

rivet-shell

A configurable set of layout components for applications build using Rivet

Download Rivet shell | View the demo

Getting started

The Rivet shell add-on requires the use of the core Rivet CSS. You can find out more about how to get started in the Rivet documentation. Once you are using Rivet, you can download the Rivet shell source files and include them in your project.

Download

1. Include the CCS in your page

<link rel="stylesheet" href="dist/css/rivet-shell.min.css">

Using Sass

If you are already using Rivet's Sass, you can also use the shell by importing it:

@import "< you-path-to-node_modules ></you-path-to-node_modules>/rivet-shell/sass/rivet-shell.scss";

2. Add the markup

Here is the markup for a basic shell configuration including the Rivet header and footer.

<header class="rvt-header">
  <!-- Rivet header markup -->
</header>

<main class="rvt-shell">
  <div class="rvt-shell__stage">
    <div class="rivet-page-header">
      <!-- Page header content -->
    </div>
    
    <!-- Rest of your app's main content -->
  </div>
</main>

<footer class="rvt-footer">
  <!-- Rivet footer markup -->
</footer>

See the demo for examples

Installing with NPM

npm install --save-dev rivet-shell
1.0.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2-alpha

6 years ago

0.1.1-alpha

6 years ago

0.1.0

6 years ago

0.1.0-alpha

6 years ago