Skip to content

chrstnfrrs/aspire-components-react

Repository files navigation

aspire-components-react

React library for Aspire Components

Lint Check Pull Request Test Coverage Push to Main Test Coverage Snapshot Check Type Check

Install

npm install aspire-components-react
yarn add aspire-components-react

Usage

import React from 'react';

import { Component } from 'aspire-components-react';

export const page = () => <Component>Hello World</Component>;

License

MIT © chrstnfrrs