Skip to content

Commit

Permalink
update buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
undercode99 committed Oct 24, 2020
1 parent 807fa61 commit 56288a9
Show file tree
Hide file tree
Showing 5 changed files with 1,519 additions and 14 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ npm run build

## TODO
- UI Component
- [ ] Card
- [ ] Button
- [ ] Form
- [ ] Dropdown
- [ ] Cards
- [x] Buttons
- [ ] Forms
- [ ] Dropdowns
- [ ] Icons
- [ ] Maps
- [X] Chart
- [ ] Table
- [X] Charts
- [ ] Tables
- [ ] Calendar
- [ ] List
- [ ] Navbar
Expand All @@ -58,8 +58,8 @@ npm run build
- [ ] Login
- [ ] Register
- [ ] Blank
- [ ] User profile
- [ ] User settings
- [ ] User Profile
- [ ] User Settings
- [ ] Gallery
- [ ] Blog
- [ ] Invoice
Expand All @@ -68,7 +68,7 @@ npm run build
- [ ] Marketing
- [ ] Email
- [ ] Chating
- [ ] Social Network
- [ ] Social Feeds
- [ ] Filemanager
- [ ] ...

Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ gulp.task(
gulp.watch("./src/js/**/*.js",gulp.series("compile:js"))
gulp.watch("./src/scss/**/*.scss",gulp.series("compile:sass"))
gulp.watch("./*.html").on("change", browserSync.reload);
gulp.watch("./pages/**/**/*.html").on("change", browserSync.reload);
})
);

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
>Chart</a
>
<a
href="#"
href="pages/ui/button.html"
class="block px-3 py-2 text-sm leading-5 text-gray-600 hover:bg-gray-200 hover:text-gray-700 focus:outline-none focus:bg-gray-100 focus:text-gray-700"
>Button</a
>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "tail-np",
"name": "jakarta-lte",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "gulp",
"scripts": {
"dev": "gulp",
"build": "gulp build"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Zero Black Coder <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "9.8.0",
"browser-sync": "^2.26.13",
Expand Down
Loading

0 comments on commit 56288a9

Please sign in to comment.