1.2.1-beta.4 • Published 4 years ago

@leizciw/test-guacamole-ui v1.2.1-beta.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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