@aztec/guacamole-ui
v1.2.3
Published
Customizable React UI Components
Downloads
26
Keywords
Readme
Guacamole UI
Documentation
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';