The VISION

The front end framework for an experience

Getting Started


Overview


  • This framework is built with Twitter Bootstrap v4 as the base. Please make yourself extremely familiar with that before jumping into this, otherwise, you're about to reinvent the wheel.
  • To organize the components, ReactJS from Facebook is used.
  • Fonts are loaded from Typekit.

Installation


  1. Install the-vision npm.

    npm install the-vision --save

  2. Include the script in your app. This packages all necessary functionality and styling.

    <script src="/node_modules/the-vision/dist/indix-ui.js"></script>

  3. Add the typekit script to load fonts.

    <script src="https://use.typekit.net/usu2qqi.js"></script>

Bingo! You're all set. Check out the components for specific usage details.

Components


The following components are ready for use. Pick one to find out how.