@illumidesk/common-ui
TypeScript icon, indicating that this package has built-in type declarations

0.6.31 • Public • Published

Common

A Common package that shared the common react components between all the packages like lms and admin dashboard.

Installation

npm i @illumidesk/common-ui
or
yarn add @illumidesk/common-ui

Usage

import React, { FC } from 'react';
import { ThemeProvider } from '@material-ui/core/styles';
import { CustomTheme } from '@illumidesk/common-ui';

import AllCourses from './containers/allCourses';

const App: FC = (): JSX.Element => {
  return (
     <ThemeProvider theme={CustomThmere}>
         <AllCourses />
     </ThemeProvider>
  );
};

export default App;

Package Sidebar

Install

npm i @illumidesk/common-ui

Weekly Downloads

0

Version

0.6.31

License

MIT

Unpacked Size

4.51 MB

Total Files

69

Last publish

Collaborators

  • jgwerner