@jeremyckahn/lateralus-components

0.2.0 • Public • Published

Lateralus Components

This is a collection of general-use UI components that can be used to enhance a Lateralus app. Each component has its own README file, so please explore the directory of the component which you would like to know more about.

To wire up a component in your app, set it up as an AMD package, like so:

require.config({
  baseUrl: '/',
  packages: [{
    name: 'lateralus',
    location: 'node_modules/lateralus/scripts',
    main: 'lateralus'
  }, {
    name: 'lateralus.component.tabs',
    location: 'node_modules/lateralus-components/tabs'
  }, {
    name: 'lateralus.component.model-editor',
    location: 'node_modules/lateralus-components/model-editor'
  }
});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @jeremyckahn/lateralus-components

    Weekly Downloads

    3

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    11.9 kB

    Total Files

    15

    Last publish

    Collaborators

    • jeremyckahn