25.1.7 • Published 6 months ago

fast_inon v25.1.7

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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

https://digitalservices.ma

Used for the first time in the site https://sync.2us.ma

25.1.7

6 months ago

25.1.5

6 months ago

25.1.6

6 months ago

24.7.22

12 months ago

24.7.24

12 months ago

1.23.3

2 years ago

1.23.6

2 years ago

1.23.7

2 years ago

1.23.4

2 years ago

1.23.5

2 years ago

1.23.2

2 years ago

1.23.1

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago