0.1.0 • Published 5 years ago
@amenityanalytics/amenity-components v0.1.0
amenity-components
Amenity shared UI components
Install
npm i @amenityanalytics/amenity-components
or
yarn add @amenityanalytics/amenity-components
Usage
import React from 'react'
import MyComponent from '@amenityanalytics/amenity-components'
const App = () => {
return (
<MyComponent></MyComponent>
)
};