Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

larastrator

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larastrator - npm Package Compare versions

Comparing version 0.0.2-alpha.0 to 0.0.2-alpha.1

2

package.json
{
"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">

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc