react-dark-light-ui v1.30.8
React components with Dark and Light Mode
Live Demo š„
š Docs
See the documentation with live editable examples and API documention.
ā Installation
$ npm install react-dark-light-ui
š· Example GIFs
š Grid Component
š Alert Component
š Usage
Here is a quick example to get you started, it's all you need:
import React from 'react';
import ReactDOM from 'react-dom';
import { HmButton } from 'react-dark-light-ui';
function App() {
return (
<HmButton
buttonType="primary"
buttonSize="lg"
onClick={() => alert("Welcome to React Dark Light UI ")}
>
Click Me
</HmButton>
);
}
ReactDOM.render(<App />, document.querySelector('#app'));
š Cross-browser compatibility
React-dark-light-ui is compatible with almost all the browsers available, including some legacy ones that are still used. This includes but is not limited to:
āļø Google Chrome
āļø Safari
āļø Mozilla Firefox
āļø Microsoft Edge
āļø Internet Explorer 11 and more
š Looking for contributors š
This package is under development.... !
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago