stnenopmoc-iu
v1.0.27
Published
Typescript react packages prototype
Readme
Fyusion Web Components Library 🌀

Install ⚙️
- Install the package using
yarn add stnenopmoc-iu. - Import the component into your react project.
import { Text } from 'stnenopmoc-iu/lib';- Use it in your application code.
ReactDOM.render(
<Text>Lora</Text>,
document.getElementById('app'),
);