@ueaweb/components
v0.8.28
Published
UEA React Components
Downloads
688
Keywords
Readme
UEA bundled components
Install
npm i @ueaweb/components
Use
import { Hero } from '@ueaweb/components';
import '@ueaweb/components/css/hero.css';
Individual Components
some packages are available standalone from https://www.npmjs.com/org/ueaweb and can be installed as such:
npm i @ueaweb/hero
and use in the same way as above
import Hero from '@ueaweb/hero';
import '@ueaweb/hero/css/hero.css';