0.2.0 • Published 5 months ago

@webextensions/react v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@webextensions/react

React based Components and Hooks

Import

Components

AfterDelay

import { AfterDelay } from '@webextensions/react/components/AfterDelay/AfterDelay.js';

ClickToShow

import { ClickToShow } from '@webextensions/react/components/ClickToShow/ClickToShow.js';

CopyIcon

import { CopyIcon } from '@webextensions/react/components/CopyIcon/CopyIcon.js';

Loading

import '@webextensions/react/components/Loading/Loading.css';
import { Loading } from '@webextensions/react/components/Loading/Loading.js';

Hooks

useAjax

import { useAjax } from '@webextensions/react/hooks/useAjax/useAjax.js';

useLocalStorage

import { useLocalStorage } from '@webextensions/react/hooks/useLocalStorage/useLocalStorage.js';

useMinHeight

import { useMinHeight } from '@webextensions/react/hooks/useMinHeight/useMinHeight.js';

For Developers

Steps to publish:

$ npm install
$ npm test
$ npm run install-without-peerDependencies
$ npm start
$ npm version <patch/minor/major/...>
$ npm publish
0.2.0

5 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.5

6 months ago

0.1.2

6 months ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago