1.0.31 • Published 9 months ago
@limanmys/frontend-kit v1.0.31
Liman Extension Development Utilities Frontend Kit
This kit is designed to streamline the process of developing extensions for your extensions. It provides a set of utilities and tools that simplify the tasks of creating and deploying frontend extensions.
Features
- Extension Generator: A tool that automates the creation of basic extension structures, saving you time and ensuring consistency across your extensions.
- Deployment Tools: Simplify the process of deploying your extensions to your application.
Getting Started
- Clone the repository
- Install the dependencies with
pnpm install
- Start developing your extension
Modal Usage
const openModal = () => {
modal.open({
title: "Test",
formMode: true,
formOptions: {
options: {
submitBtn: {
text: "Gönder",
show: true,
},
onSubmit: (data: any) => {
console.log(data)
},
},
rule: [
{
type: "input",
field: "goods_name",
title: "Name",
validate: [
{
required: true,
trigger: "blur",
message: "Name cannot be empty",
},
],
},
{
type: "checkbox",
field: "label",
title: "Select",
options: [
{ label: "a", value: 0 },
{ label: "b", value: 1 },
{ label: "c", value: 2 },
{ label: "d", value: 3 },
],
},
],
},
})
}
1.0.31
9 months ago
1.0.30
9 months ago
1.0.26
1 year ago
1.0.29
11 months ago
1.0.28
11 months ago
1.0.27
1 year ago
1.0.25
1 year ago
1.0.24
1 year ago
1.0.23
1 year ago
1.0.22
1 year ago
1.0.18
1 year ago
1.0.21
1 year ago
1.0.20
1 year ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago