New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@andrevantunes/andrevds

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andrevantunes/andrevds

AndrevDS - A Design System inspired on Material Design

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Andrev | Design System

License Build Version

AndrevDS é uma biblioteca de design system feita em React.js baseada em Material Design.

Tabela de Conteúdo

  • Como usar
  • Pré-requisitos
  • Tecnologias

Como usar

Para adicionar aos projetos, rode o seguinte comando:

$ yarn add @andrevantunes/andrevds

Importando um componente e usando um Tokens:

import { Button, ButtonSizesEnum, Tokens } from "@andrevantunes/andrevds";

const MyExample = () => (
  <div style={{ backgroundColor: Tokens.ColorBackgroundNeutral }}>
    <Button size={ButtonSizesEnum.Small}>Comece agora!</Button>
  </div>
);

export default MyExample;

Pré-requisitos

  • Git
  • Node.js >= 14
  • Yarn >= 1 <= 2

Os seguintes padrões foram adotados e devem ser seguidos:

Referências

Tecnologias

FAQs

Package last updated on 26 Nov 2024

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