0.1.1 • Published 1 year ago

data-app-ui-components v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Data App UI Components

React UI Components Library for building Data App, built with Material-UI.

Start using in your react app by installing Data App UI Components to your project by running the following command:

npm install data-app-ui-components

Usage

import { Button } from "data-app-ui-components";

const App = () => {
	return (
		<div>
			<Button>Hello World!</Button>
		</div>
	);
};

List Of Components Available:

  • Button
  • Box
  • Container
  • Card
  • Chip
  • CircularProgress
  • Dialog
  • FormControl
  • Input
  • LinearProgress
  • List
  • ListItem
  • Menu
  • Pagination
  • Paper
  • Select
  • Snackbar
  • Switch
  • Tab
  • Table
  • TableBody
  • TableCell
  • TableContainer
  • TableRow
  • TableHead
  • TextField
  • Toolbar
  • Tooltip
  • Typography

This project is work-in-progress, new components will be added and the current components will be updated frequenctly.