Skip to content

Commit

Permalink
Release/1.0.0 (#5)
Browse files Browse the repository at this point in the history
* Initial release

* [DOCS] fixing reamd badges

* [DOCS] readme.md update with template img
  • Loading branch information
Tono2007 authored May 21, 2023
1 parent d8203dc commit e245c88
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 24 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@
<img alt="Forks" src="https://img.shields.io/github/forks/Tono2007/slim-free-react-mui-template?style=social">
</a>
<a href="https://github.com/Tono2007/slim-free-react-mui-template/releases">
<img alt="Version" src="https://img.shields.io/github/package-json/v/Tono2007/slim-free-react-mui-template?filename=complete%2Fpackage.json">
<img alt="Version" src="https://img.shields.io/github/package-json/v/Tono2007/slim-free-react-mui-template?filename=complete-template%2Fpackage.json">
</a>
<a href="https://github.com/Tono2007/slim-free-react-mui-template/graphs/contributors">
<img alt="React contributors" src="https://img.shields.io/github/contributors/Tono2007/slim-free-react-mui-template">
</a>
<a href="https://github.com/Tono2007/slim-free-react-mui-template/releases"><img src="https://img.shields.io/github/release/Tono2007/slim-free-react-mui-template"></a>
<a href="https://github.com/Tono2007/slim-free-react-mui-template/issues"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"></a>

![CI/CD](https://github.com/Tono2007/slim-free-react-mui-template/workflows/pipeline/badge.svg)
![CI/CD](https://github.com/Tono2007/slim-free-react-mui-template/actions/workflows/pipeline.yml/badge.svg)

<div align="center">
<img src="src/assets/images/logo/png/Color_logo_nobg.png" />
<img src="complete-template//src/assets/images/logo/png/Color_logo_nobg.png" />
</div>
<h3 align="justify">Modern and clean mui Template

Slim - a free and open source React dashboard template made using the Material UI React component library with aim of flexibility and better customizability.
Slim - a free and open source React dashboard template made using Material UI React component library with aim of flexibility and better customizability.

Modern & Clean Responsive MUI Material-ui Admin Dashboard Template. Using flat and minimal design. It is fully responsive.
Modern & Clean Responsive MUI Material-ui Admin Dashboard Template. It is fully responsive.

It can be used for most type of dashboard and app templates like analytics, admin or messenger app for your desktop or mobile applications. Amazing flexibility and reusability. **85+** Demo pages </h3>

<div align="center">
<img src="src/assets/images/logo/png/Color_logotext_nobg.png" height="50px"/>
<img src="complete-template/src/assets/images/logo/png/Color_logotext_nobg.png" height="50px"/>

⭐ ⭐ ⭐ Do not forget to star (Top right of this page) it if you like the theme ⭐ ⭐ ⭐
</div>


![slim-free-react-mui-template netlify app_](https://github.com/Tono2007/slim-free-react-mui-template/assets/35477201/89d5c71f-b25d-4627-83d2-580ff845927d)

- Support React18.
- Professional user interface.
Expand All @@ -47,8 +47,10 @@ It can be used for most type of dashboard and app templates like analytics, admi

## Free SLIM MUI React js version

- [Preview](https://slim-free-react-mui-template.netlify.app/)
- [Download from Github](https://github.com/Tono2007/slim-free-react-mui-template)
- [Complete Version Preview](https://slim-free-react-mui-template.netlify.app/)
- [Clean Version Preview](https://slim-free-react-mui-clean-template.netlify.app/)
Version with only components, styles, theme and sample page
- [Download from Github](https://github.com/Tono2007/slim-free-react-mui-template/releases)

## Getting Started

Expand Down Expand Up @@ -80,8 +82,6 @@ git clone https://github.com/Tono2007/slim-free-react-mui-template.git

## Issues

## Routing

To report a bug, please submit an [issue](https://github.com/Tono2007/slim-free-react-mui-template/issues) on Github. We will respond as soon as possible to resolve the issue.

## Roadmap
Expand Down
2 changes: 1 addition & 1 deletion clean-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"homepage": ".",
"name": "slim-mui-template",
"private": false,
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions clean-template/src/components/modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import Divider from '@mui/material/Divider';
// Icons
import CloseIcon from '@mui/icons-material/Close';
// assets
import logo from '@/assets/images/logo/png/Color_logotext2_nobg.png';
import logoWhite from '@/assets/images/logo/png/White_logotext_nobg.png';

/**
* @typedef {'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'fullScreen'} MAX_WIDTH_KEYS
Expand Down Expand Up @@ -70,7 +68,8 @@ function UnderlineBox({ title, fnCloseModal }) {
<Box top={0} zIndex={9999} position="sticky">
<Stack direction="row" alignItems="center" height={50} bgcolor="background.paper" px={1}>
<Box width="33%" height="80%">
<Box component="img" height="100%" py={1} ml={1} src={logo} alt="logo" />
Logo
{/* <Box component="img" height="100%" py={1} ml={1} src={logo} alt="logo" /> */}
</Box>
<Box width="34%">
<ModalText text={title} />
Expand All @@ -89,7 +88,8 @@ function ContainedBox({ title, fnCloseModal }) {
<Box top="0" position="sticky" zIndex={9999}>
<Stack direction="row" alignItems="center" height={50} bgcolor="primary.main">
<Box width="33%" height="100%">
<Box component="img" height="100%" py={1} ml={1} src={logoWhite} alt="logo" />
Logo
{/* <Box component="img" height="100%" py={1} ml={1} src={logoWhite} alt="logo" /> */}
</Box>
<Box width="34%">
<ModalText text={title} color="primary.contrastText" />
Expand Down
7 changes: 0 additions & 7 deletions clean-template/src/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
export default {
author: 'Antonio Ayola',
avatar: 'https://avatars.githubusercontent.com/u/35477201?v=4',
profilesUrls: {
linkedin: 'https://www.linkedin.com/in/antonio-ayola/',
github: 'https://github.com/Tono2007',
email: 'antonio.ayola.cortes@gmail.com',
},
language: 'es_mx',
siteData: {
siteUrl: 'https://slim-free-react-mui-template.netlify.app/',
Expand Down
2 changes: 1 addition & 1 deletion complete-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"homepage": ".",
"name": "slim-mui-template",
"private": false,
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit e245c88

Please sign in to comment.