@liveaxle/ui

0.0.2 • Public • Published

Liveaxle - Component Library

This repository provides a module containing common components for use within Liveaxle applications.

Installing

npm install @liveaxle/ui

Webpack & Babel

You'll need to make sure that your webpack.config.js includes the following line under module:

{test: /\.js$/, loader: 'babel-loader', exclude: /node_modules\/(?!@liveaxle\/ui)/, options: {rootMode: 'upward'}}

Your babel.config.js needs to include:

module.exports = function(api) {
  api.cache(true);
  ...
}

Usage

Import the library into your project, e.g. import UI from @liveaxle/ui

Components

Final list TBD

/@liveaxle/ui/

    Package Sidebar

    Install

    npm i @liveaxle/ui

    Weekly Downloads

    2

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    23.9 kB

    Total Files

    13

    Last publish

    Collaborators

    • awison
    • johncroft
    • mkatsufrakis