@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;

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.6.313latest

Version History

VersionDownloads (Last 7 Days)Published
0.6.313
0.6.31-01
0.6.300
0.6.30-00
0.6.29-00
0.6.28-00
0.6.270
0.6.260
0.6.250
0.6.25-00
0.6.230
0.6.220
0.6.210
0.6.21-00
0.6.200
0.6.20-01
0.6.190
0.6.180
0.6.18-00
0.6.17-01
0.6.160
0.6.16-00
0.6.150
0.6.140
0.6.130
0.6.13-00
0.6.120
0.6.110
0.6.101
0.6.90
0.6.9-00
0.6.80
0.6.8-00
0.6.70
0.6.60
0.6.6-00
0.6.50
0.6.40
0.6.4-00
0.6.30
0.6.20
0.6.10
0.6.00
0.5.240
0.5.230
0.5.220
0.5.22-00
0.5.210
0.5.21-00
0.5.200
0.5.190
0.5.19-00
0.5.180
0.5.170
0.5.160
0.5.17-00
0.5.16-00
0.5.15-00
0.5.14-00
0.5.13-00
0.5.12-00
0.5.11-00
0.5.10-00
0.5.9-00
0.5.8-00
0.5.7-00
0.5.6-00
0.5.50
0.5.5-00
0.5.4-00
0.5.30
0.5.20
0.5.1-30
0.5.1-20
0.5.1-10
0.5.1-00
0.5.10
0.5.00
0.4.8-00
0.4.70
0.4.7-00
0.4.60
0.4.6-00
0.4.50
0.4.5-00
0.4.40
0.4.4-00
0.4.3-00
0.4.2-00
0.4.10
0.4.00
0.3.20
0.3.10
0.3.00
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i @illumidesk/common-ui

Weekly Downloads

7

Version

0.6.31

License

MIT

Unpacked Size

4.51 MB

Total Files

69

Last publish

Collaborators

  • jgwerner