Custom React/Material UI Library
You can install any Lattice component individually.
For example, let's install the Lattice widgets:
yarn add @latticejs/widgets
npm i @latticejs/widgets
➕ Lattice components can be found at packages.
Note: Lattice packages are scoped using @latticejs
The easiest way to getting started with Lattice is using our CLI tool: clap
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:
- Create a directory called
my-App
. - Download and install the default Lattice example.
See more about clap here.
For a quick hands-on introduction to Lattice we suggest to take a look into our examples directory.
Lattice is built using these technologies:
See CONTRIBUTING.md