GithubHelp home page GithubHelp logo

00mjk / monday-ui-react-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mondaycom/monday-ui-react-core

0.0 0.0 0.0 26.05 MB

Official monday.com UI resources for application development in React.js

Home Page: https://style.monday.com

License: MIT License

JavaScript 84.92% Shell 0.03% SCSS 14.74% HTML 0.31%

monday-ui-react-core's Introduction

Vibe Design System

image

monday.com React components library - Storybook

Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Samsung
Samsung
Opera
Opera
18+ last 4 versions last 4 versions 12.1+ last 2 versions last 2 versions last 2 versions

Installation

Install the component library

$ npm install monday-ui-react-core

Usage

You can import from the main bundle:

import { Button } from "monday-ui-react-core";

or you might want to import directly the component from the dist folder

import Button from "monday-ui-react-core/dist/Button";

You also need to import Main CSS file to your project

import "monday-ui-react-core/dist/main.css"

Storybook

We are using storybook in order to develop the components independently from any consumer. run this to build & run the storybook locally:

npm run storybook

the storybook will be served on http://localhost:7007

Developing locally with your consumer application

When developing locally we are using a npm functionality called npm link, this allows us to work locally on our package and use it in a different project without publishing. This functionality basically overrides the npm mapping between package name to its repo, and points it to where the package is located locally.

Troubleshooting local development

  • If you are using NVM, make sure both packages are using the same version.
  • Because we are using react hooks and having react as a peerDependency - if you want to develop locally and encounter issues with "invalid hook call" See this github thread. The quick fix is in your webpack config file alias react to resolve the node_modules path

Go to the project's directory and run:

nvm use
npm unlink
npm link
npm start

Contributing

We welcome every contributor, please read the contribution guidelines before submitting a PR

Themes

We support theming from the library to the component level using css variables - for more info on theming please read the theme guidelines file

Release

Perform the following steps to release a new version:

monday-ui-react-core's People

Contributors

adirhaz1z avatar amirbardugo avatar amit-hanoch avatar ayelethol avatar barcohen2 avatar darbentov avatar dependabot[bot] avatar dorshakedmonday avatar edogr1 avatar eranh avatar etaylib avatar github-actions[bot] avatar itaycohen avatar karelverschraegen avatar liatmaor avatar mentaman avatar moshezemah avatar navecohenmonday avatar omerdoron1 avatar orrgottlieb avatar ronnachmany avatar rutikevesh avatar sabagronen avatar sahariko avatar sergeisafrigin avatar shalomscott avatar udidoron avatar vczb avatar vladmonday avatar yardenli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.