0.3.13 • Published 4 months ago

@ineuronintelligence/menkaui v0.3.13

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months 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

4 months ago

0.3.12

4 months ago

0.3.11

4 months ago

0.3.10

5 months ago

0.3.9

5 months ago

0.3.8

5 months ago

0.3.7

5 months ago

0.3.6

5 months ago

0.2.10

5 months ago

0.3.0

5 months ago

0.3.5

5 months ago

0.3.2

5 months ago

0.3.1

5 months ago

0.3.4

5 months ago

0.3.3

5 months ago

0.2.9

5 months ago

0.2.8

5 months ago

0.2.7

5 months ago

0.2.6

5 months ago

0.2.5

6 months ago

0.2.4

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago