Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
undercode99 committed Oct 23, 2020
1 parent fca96ca commit 14537f1
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 14 deletions.
76 changes: 70 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,78 @@ JAKARTA LTE
============================
Free Admin Templates & Rich UI Components by Tailwind CSS

## Demo
https://zeroblack-c.github.io/jakarta-lte/


## Developemnt Guide
1. Install NPM Package
- ```npm install```

2. Run dev mode
- ```npm run dev```
Clone repository
```bash
git clone https://github.com/zeroblack-c/jakarta-lte
```

Install package npm
```bash
npm install
```

For development
```bash
npm run dev
```

For production
```bash
npm run build
```


3. Build
- ```npm run build```
## TODO
- UI Component
- [ ] Card
- [ ] Button
- [ ] Form
- [ ] Dropdown
- [ ] Icons
- [ ] Maps
- [X] Chart
- [ ] Table
- [ ] Calendar
- [ ] List
- [ ] Navbar
- [ ] Slider
- [ ] Carousel
- [ ] Tabs
- [ ] Toast
- [ ] Spinner
- [ ] Progressbar
- [ ] Breadcrumb
- [ ] Avatar
- [ ] ...
- Page
- [ ] Login
- [ ] Register
- [ ] Blank
- [ ] User profile
- [ ] User settings
- [ ] Gallery
- [ ] Blog
- [ ] Invoice
- [ ] Timeline
- [ ] Pricing card
- [ ] Marketing
- [ ] Email
- [ ] Chating
- [ ] Social Network
- [ ] ...
- Layout
- [ ] Right Vertical
- [ ] Right Vertical fluid
- [X] Horizontal
- [ ] Horizontal Fluid
- [ ] ...

Coming soon
- Vue Version
- React Version
11 changes: 3 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<!-- Apexchart plugins js -->
<script src="./dist/libs/apexcharts/apexcharts.min.js"></script>

</head>
<body class="bg-gray-100">
<nav class="bg-white border-b border-gray-400">
Expand Down Expand Up @@ -258,14 +257,10 @@ <h1 class="text-2xl font-medium inline">1875</h1>
<div class="text-gray-700">Sales Product Categories</div>
</div>
<div>
<button
class="py-1 px-4 rounded text-sm text-green-600 border border-green-600"
>
<a class="py-1 px-4 rounded text-gray-700">
Last 60 days
<i
class="inline-flex items-center bx bx-chevron-down ml-1"
></i>
</button>
<i class="bx bx-chevron-down ml-1"></i>
</a>
</div>
</div>
<div id="chart-bar" class="flex-auto"></div>
Expand Down

0 comments on commit 14537f1

Please sign in to comment.