☕
GM
Pinned Loading
-
-
createSnackbarSlice
createSnackbarSlice 1import { StoreSlice } from '../../shared/types';
23export interface ISnackbarProperty {
4visible: boolean;
5message: string;
-
Table component using tailwind css
Table component using tailwind css 1// How to use table component
23const column = [
4{ heading: 'Name', value: 'name' },
5{ heading: 'Number', value: 'phoneNo', render: text => `+63${text}` },
-
number formatting using numeral js w...
number formatting using numeral js with locales and abbreviations 1import numeral from 'numeral';
23if (numeral.locales['id'] === undefined) {
4numeral.register('locale', 'id', {
5delimiters: {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.