25.1.7 • Published 6 months ago
fast_inon v25.1.7
Getting Started with the fast_inon package
Install
npm install fast_inon
Usage
import React, { useState } from 'react'; import {ToNotify, OnSave, ScrollTo} from 'fast_inon'
const Test = () => { const message, Message = useState('This is a fast_inon test...')
return (
<div className="Test">
<div id="home">
<ScrollTo to="about" label={'About'} />
<h1>{message}</h1>
<ToNotify message={message} onClose={()=>Message('')} />
<OnSave entity="Log" mode="1" />
</div>
<div id="about">About Section</div>
</div>
)
}
About
Used for the first time in the site https://sync.2us.ma