@rws-air/webcomponents
Version:
Standard Webcomponents for AIR projects
56 lines (36 loc) • 5.39 kB
Markdown
<div align="center">
<p>
<a href="https://github.com/RWS-NL/air-node-packages"><img src="https://raw.githubusercontent.com/RWS-NL/air-node-packages/master/packages/webcomponents/src/Logo/logo.svg?sanitize=true" height="200" alt="logo"/></a>
</p>
<p>
<h1> Rijkswaterstaat Webcomponents </h1>
<h3> Standard Webcomponents for AIR projects </h3>
</p>
</div>
---
**Project Status**
[](https://github.com/RWS-NL/air-node-packages/blob/master/LICENSE.md)
**Bundle Sizes**
[](https://bundlephobia.com/result?p=@rws-air/webcomponents)
[](https://bundlephobia.com/result?p=@rws-air/webcomponents)
**Versions**
[](https://www.npmjs.com/package/@rws-air/webcomponents)
**Our Badges**
[](https://www.rijkswaterstaat.nl)
[](https://www.slack.com)
[](https://trello.com/)
[](https://www.pivotaltracker.com/n/projects/1915901)
[](https://www.sketchapp.com)
[](https://app.zeplin.io/project/587661de593c722607342d7b)
## Installation
```sh
yarn add @rws-air/webcomponents
```
## Usage
```jsx
import React, { FC } from 'react';
import { Button } from '@rws-air/webcomponents';
const Example: FC = () => <Button label='test' onClick={() => undefined} variant='contained' color='primary' />;
```
## API Documentation
Check out [the docs on github pages](https://rws-nl.github.io/air-node-packages/modules/_rws_air_webcomponents.html)