react-modern-ui

Modern UI library for React

Usage no npm install needed!

<script type="module">
  import reactModernUi from 'https://cdn.skypack.dev/react-modern-ui';
</script>

README

react-modern-ui

NPM JavaScript Style Guide

Install and setup

Install package:

npm install --save react-modern-ui

Import styles in the main application file:

import "react-modern-ui/dist/styles.css";

Documentation

Roadmap

  • Button
    • Basic component
    • with loader prop
    • with disabled prop
  • Input
    • Basic component
    • type password
    • type number
    • disabled
  • Checkbox
    • Basic component
  • Switch
    • Basic component
  • Select
    • Basic component
    • disabled
    • with filtering option
    • with infinite scroll
  • Tooltip
    • Basic component
  • Ellipsis
    • Basic component
  • Table
    • Basic component
    • with side menu / context menu
    • with filtering
    • with sorting
    • with infinite scroll
    • with loader
  • Drawer
    • Basic component
  • Modal
    • Basic component
  • Autocomplete
    • Basic component
  • Card
    • Basic component

License

MIT © a-bugaj