Guacamole UI

Documentation

https://ui.aztecprotocol.com

   

Installation

Using yarn or npm to install the package:

yarn add @aztec/guacamole-ui
npm install @aztec/guacamole-ui

   

Usage

import { Calendar } from '@aztec/guacamole-ui';

render(
  <Calendar>,
  document.getElementById('root'),
);

And remember to import the stylesheet:

import '@aztec/guacamole-ui/dist/styles/guacamole.css';

   

See more usages in the documentation:

Use Custom Styles

Implement Responsive Layout

General Components

Layout Components

Form Components

Data Components