latticejs / lattice

Framework integration
17 stars 5 forks source link
dashboard material-ui react ui-components

Lattice

Build Status Greenkeeper badge

Custom React/Material UI Library

Install

You can install any Lattice component individually.

For example, let's install the Lattice widgets:

With yarn

yarn add @latticejs/widgets

With npm

npm i @latticejs/widgets

:heavy_plus_sign: Lattice components can be found at packages.

Note: Lattice packages are scoped using @latticejs

Getting Started

The easiest way to getting started with Lattice is using our CLI tool: clap

Start from an official example

:warning: Lattice is currently being released using the beta channel. This means you should consider adding the @beta tag to point to the latest versions when installing.

First, install clap if you don't have it yet.

npm i -g @latticejs/clap@beta

Then, you can run:

clap my-App

This command will do the following:

See more about clap here.

Using Lattice

For a quick hands-on introduction to Lattice we suggest to take a look into our examples directory.

Stack

Lattice is built using these technologies:

Contributing

See CONTRIBUTING.md