chenjiahan/rodal

A React modal with animations.

CSSJavaScriptreactanimationmodaldialog
This is stars and forks stats for /chenjiahan/rodal repository. As of 28 Apr, 2024 this repository has 898 stars and 89 forks.

Rodal A React modal with animations. Example Installation # React 17 or 18 npm i rodal --save # React 15 or 16, install rodal v1 npm i rodal@1 --save Usage import React from 'react'; import Rodal from 'rodal'; // include styles import 'rodal/lib/rodal.css'; class App extends React.Component { constructor(props) { super(props); this.state = { visible: false }; } show() { this.setState({ visible: true }); } hide() { this.setState({ visible: false }); } render() { ...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
ash-project/ash_hqElixirCSSJavaScript32+1190
YousefED/BlockNoteTypeScriptVueCSS3.7k01920
open-telemetry/opentelemetry-jsTypeScriptJavaScriptOther2.2k06640
taybenlor/runnoTypeScriptHTMLJavaScript4980190
Xeraxlabs/DX1.0-FoodplugCSSHTMLJavaScript00600
Patalin/HTML-CSS-LogInCSSHTML28060
3293172751/cs-awesome-Block_ChainHTMLSolidityGo89001160
vmware-tanzu/tanzu-dev-portalHTMLSCSSJavaScript12701330
lijiejie/EasyPenJavaScriptPythonCSS5810770
quarto-dev/quarto-cliJavaScriptTypeScriptLua2.6k02230