@pittorica/em-react
v0.26.3
Published
The `Em` component.
Readme
@pittorica/em-react
The Em component.
Installation
npm install @pittorica/em-reactUsage
import { Em } from '@pittorica/em-react';
function MyComponent() {
return (
<p>
This is a <Em>very important</Em> message.
</p>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
