Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aztec/guacamole-ui

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aztec/guacamole-ui

Customizable React UI Components

  • 1.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

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

FAQs

Package last updated on 29 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc