0.1.11 • Published 2 months ago

@montagejs/react-waline-client v0.1.11

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

@montagejs/react-waline-client

A react client component developed for the waline commenting system.

Usage

$ npm i @montagejs/react-waline-client --save

!!!important Considering the size of the package, starting from 1.0.0 version, users are required to control where and how the styles are imported, and the package no longer contains styles, but pure js code.

import Waline, { CRefProps } from '@montagejs/react-waline-client';
import { FC, useRef } from 'react';

import '@montagejs/react-waline-client/dist/style/index.css';

const WalineDemo: FC = () => {
    const ref = useRef<CRefProps>(null);

    return <Waline ref={ref} serverURL="your waline server url" />;
};

export default WalineDemo;

Note

You can also go to document address to view more information (including API information and demo address)

Keywords

waline react

0.1.11

2 months ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago