larastrator
Advanced tools
Comparing version 0.0.2-alpha.0 to 0.0.2-alpha.1
{ | ||
"name": "larastrator", | ||
"version": "0.0.2-alpha.0", | ||
"version": "0.0.2-alpha.1", | ||
"description": "A lightweight admin panel components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -165,3 +165,3 @@ # Larastrator | ||
### Navbar | ||
``` | ||
```vue | ||
<template> | ||
@@ -235,3 +235,3 @@ <nav class="navbar navbar-fixed"> | ||
to build the panel area and the sidebar you will need to use `vue-slidout` package. | ||
``` | ||
```vue | ||
<template> | ||
@@ -331,3 +331,3 @@ <!-- panel main component --> | ||
### Alerts | ||
``` | ||
```vue | ||
<template> | ||
@@ -377,3 +377,3 @@ <div> | ||
If you want to use the notification component some were else: | ||
``` | ||
```vue | ||
<template> | ||
@@ -417,3 +417,3 @@ <div class="notification"> | ||
### Horizontal Form | ||
``` | ||
```vue | ||
<template> | ||
@@ -527,3 +527,3 @@ <form @submit.prevent="(e) => {}"> | ||
### Vertical Form | ||
``` | ||
```vue | ||
<template> | ||
@@ -692,3 +692,3 @@ <form @submit.prevent="(e) => {}"> | ||
### Pagination | ||
``` | ||
```vue | ||
<template> | ||
@@ -714,3 +714,3 @@ <nav class="paginate"> | ||
### Table | ||
``` | ||
```vue | ||
<template> | ||
@@ -762,3 +762,3 @@ <div class="w-full"> | ||
### DataTable | ||
``` | ||
```vue | ||
<template> | ||
@@ -865,3 +865,3 @@ <div class="w-full"> | ||
### Sign in | ||
``` | ||
```vue | ||
<template> | ||
@@ -904,3 +904,3 @@ <div class="h-screen"> | ||
### Sign up | ||
``` | ||
```vue | ||
<template> | ||
@@ -907,0 +907,0 @@ <div class="h-screen"> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3621242
0