IMA.js UI React atoms
npm install @ima/plugin-atomsThe IMA UI atoms are elementary UI components based on
the Pattern Lab design pattern for creating atomic design
systems.
This package provides various most commonly needed atoms, but both their functionality and
their number are likely to be extended in the future.
The Image, Iframe and others atoms provide the lazy loading functionality by default.
``javascript
npm install @ima/plugin-atoms --save
`
`javascript
import { H1, H2, H3, Iframe, Image, Link, Loader, Paragraph, LAYOUT } from '@ima/plugin-atoms';
function MyComponent({title, subtitle, image, embed, text, html, link}) {
return (
<>