An open API service indexing awesome lists of open source software.

https://github.com/linka-cloud/mui-theme


https://github.com/linka-cloud/mui-theme

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# @linka-cloud/theme

>

[![NPM](https://img.shields.io/npm/v/@linka-cloud/theme.svg)](https://www.npmjs.com/package/@linka-cloud/theme) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
yarn add @linka-cloud/theme
```

## Usage

```tsx
import { ColorModeThemeProvider, UiMode } from '@linka-cloud/theme'
import { Box, Paper } from '@mui/material'
import React, { useState } from 'react'

import "@linka-cloud/theme/dist/index.css"

const Home = () => (

Home

)

const App = () => {
const [mode, setMode] = useState('light')
return (



)
}

export default App
```

## License

MIT © [](https://github.com/)