# lilypad **Repository Path**: mirrors_mozilla/lilypad ## Basic Information - **Project Name**: lilypad - **Description**: React Component Library - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-16 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lilypad React Component Library ![Alt text](src/assets/readme.jpg?raw=true 'lilypad graphic') ## Installation **npm:** ```sh npm install @mozilla/lilypad-ui ``` **yarn:** ```sh yarn add @mozilla/lilypad-ui ``` ## Getting started with Lilypad Here is an example of a basic app using Lilypad's `Button` component: ```jsx import * as React from 'react'; import { Button } from '@mozilla/lilypad-ui'; function App() { return (