0.0.30 • Published 1 year ago

alurkerja-react-lowcode v0.0.30

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Alurkerja Fe Lowcode

Tech Stack

Client: React, React-Router-Dom v6, Typescript, Vite v3

Testing: Vitest, Testing-library

Code Quality: Eslint, Prettier, Airbnb Style Guides

Use in Project Guideline

  yarn add alurkerja-fe-low-code
  yarn add -D @tailwindcss/forms
  yarn add -D tailwind-scrollbar

on tailwind.config.cjs:

module.exports = {
  content: [...defaultContent, './node_modules/alurkerja-fe-lowcode/dist/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {},
  },
  plugins: [
    require('@tailwindcss/forms')({
      strategy: 'class',
    }),
    require('tailwind-scrollbar')({ nocompatible: true }),
  ],
}

import style on root file of project

import 'alurkerja-react-lowcode/dist/style.css'

Customize

Custom style with context

create new file, and set available variabel with tailwind class

import { BaseThemeInterface, TailwindTheme } from 'alurkerja-react-lowcode'

const newTheme: BaseThemeInterface = {
  ...TailwindTheme,
  // eg
  buttonCreate: 'text-red-400',
}

export default newTheme

on AlurkerjaContext.Provider update themeConfig, and it will overide base style

<AlurkerjaContext.Provider
    value={{
      themeConfig: newTheme,
    }}
  >

Development

Running in Local

Clone the project

  git clone ssh://git@gitlab.javan.co.id:2229/internal-growth/lowcode/alurkerja-fe-lowcode.git
  cd alurkerja-fe-lowcode
  yarn install

Start the server

  yarn dev

Running Tests

To run tests, run the following command

  yarn test

For Coverage

  yarn coverage

Versioning (Build & Publish)

Build

Build first before publishing

  yarn build

Publish

to help switching npmjs account use npm-user-switch

Update version patch (0.0.x)

  yarn publish --patch

Update version minor (0.x.0)

  yarn publish --minor

Update version major (x.0.0)

  yarn publish --major
0.0.30

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago