Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

moblee-ui

Package Overview
Dependencies
Maintainers
5
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moblee-ui

React components that implement mobLee design system.

  • 5.10.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

mobLee ui

Projeto fork do Material-ui.

É um mix das versões v0.20 e v1 - nem todas as funciolidades estão presentes.

Uso

Instalação

yarn add moblee-ui

Import

import Typography from 'moblee-ui/Typography';

Render

<Typography variant="title">mobLee</Typography>

Contribuições

  1. Clone esse repositório
  2. Entre na pasta cd ui
  3. Instale as dependências com yarn
  4. Abra um novo branch git checkout -b feature-nyan-cat
  5. Desenvolva usando storybook yarn storybook
  6. Faça commit das suas alterações git add -A . && git commit -m "Add NyanCat icon"
  7. Abra um Pull Request

Publicando uma nova versão

  1. No branch master git checkout master
  2. Faça pull das alterações git pull
  3. Execute o script de deploy usando NPM npm run release
  4. Escolha o número da nova versão usando a conveção semver
  5. Dê push das alterações git push && git push --tags

Keywords

FAQs

Package last updated on 13 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc