1.0.1 • Published 4 years ago

oct-pwa-ui v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

oct-pwa-ui

PWA UI kit library. Consists of PWA React components as a separate NPM package.

Installation

npm install umg/oct-pwa-ui

Composing components in your app

As easy as that:

import { TextPlaceholder } from 'oct-pwa-ui';

...

<TextPlaceholder />