0.3.13 • Published 2 years ago

@ineuronintelligence/menkaui v0.3.13

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Menka UI

Component library tailored for iNeuron.ai

Documentation

coming soon

Installation

Install component-library with npm

npm install @ineuronintelligence/menkaui

import css in global.css

@import "@ineuronintelligence/menkaui/index.css";

Tailwind Config

  • import color,box shadow and screens in tailwind config
const { color, boxShadow, screens, fontFamily } = require("@ineuronintelligence/menkaui/theme");
  • modify the default theme palette
theme: {
    colors: color,
    boxShadow: boxShadow,
    screens: screens,
    fontFamily: fontFamily,
  },

Break point of package

xs: "320px",
sm: "464px",
md: "744px",
lg: "984px",
xl: "1248px"

For React Project we need to modified the script

    "start": "GENERATE_SOURCEMAP=false react-scripts start",
    "build": "GENERATE_SOURCEMAP=false react-scripts build",
0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.2.10

2 years ago

0.3.0

2 years ago

0.3.5

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago