1.30.8 ā€¢ Published 4 years ago

react-dark-light-ui v1.30.8

Weekly downloads
67
License
MIT
Repository
github
Last release
4 years ago

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.... !

1.30.8

4 years ago

1.30.7

4 years ago

1.30.6

4 years ago

1.30.4

4 years ago

1.30.5

4 years ago

1.30.3

4 years ago

1.30.2

4 years ago

1.30.1

4 years ago

1.30.0

4 years ago

1.29.0

4 years ago

1.28.0

4 years ago

1.27.0

4 years ago

1.26.1

4 years ago

1.27.1

4 years ago

1.25.0

4 years ago

1.26.0

4 years ago

1.24.5

4 years ago

1.24.6

4 years ago

1.24.4

4 years ago

1.24.3

4 years ago

1.24.2

4 years ago

1.24.1

4 years ago

1.24.0

4 years ago

1.23.2

4 years ago

1.23.3

4 years ago

1.23.1

4 years ago

1.23.0

4 years ago

1.21.0

4 years ago

1.22.0

4 years ago

1.20.0

4 years ago

1.19.0

4 years ago

1.18.0

4 years ago

1.17.0

4 years ago

1.15.0

4 years ago

1.16.0

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago