# parliament-ui-components **Repository Path**: mirrors_adobe/parliament-ui-components ## Basic Information - **Project Name**: parliament-ui-components - **Description**: A set of re-usable ui components for the developer documentation site - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # parliament-ui-components > UI Components for Parliament projects [![Version](https://img.shields.io/npm/v/@adobe/parliament-ui-components.svg)](https://npmjs.org/package/@adobe/parliament-ui-components) [![Downloads/week](https://img.shields.io/npm/dw/@adobe/parliament-ui-components.svg)](https://npmjs.org/package/@adobe/parliament-ui-components) [![Build Status](https://travis-ci.com/adobe/parliament-ui-components.svg?branch=master)](https://travis-ci.com/adobe/parliament-ui-components) [![codecov](https://codecov.io/gh/adobe/parliament-ui-components/branch/master/graph/badge.svg)](https://codecov.io/gh/adobe/parliament-ui-components) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/parliament-ui-components.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/parliament-ui-components/context:javascript) ## Install You can install the package using a package manager like [npm](https://docs.npmjs.com/cli/npm) or [yarn](https://classic.yarnpkg.com/lang/en/). ```bash yarn add @adobe/parliament-ui-components ``` ## Usage ```jsx import React from 'react' import { Heading1, Footer } from '@adobe/parliament-ui-components' const Example = ({ title }) => { return ( <> {title}
Hello world!