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

govsveltekit

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

govsveltekit

Em desenvolvimento.

latest
npmnpm
Version
0.0.44
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

https://www.npmjs.com/package/govsveltekit

Instalação

Para instalar o pacote govsveltekit, siga os passos abaixo:

  • Abra o terminal no diretório do seu novo projeto Svelte.

  • Execute o seguinte comando:

    npm i govsveltekit
    

Ao finalizar a instalação, você pode importar e utilizar os componentes do pacote `govsveltekit` no seu projeto

```js
<script lang="ts">
 import { GovButton } from "govsveltekit";
</script>

<main>
 <GovButton texto="Texto do botão"/>
</main>

ATENÇÃO

É necessário importar as fontes e colar no arquivo index.html, assim como apagar o conteúdo do app.CSS


   <link
            rel="stylesheet"
            href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&amp;display=swap"
        />
        <link
            rel="stylesheet"
            href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css"
        />
        <link
        rel="stylesheet"
        href="https://cdngovbr-ds.estaleiro.serpro.gov.br/design-system/fonts/rawline/css/rawline.css"
    />
    
     <link
            rel="stylesheet"
            href="node_modules/@govbr-ds/core/dist/core.min.css"
        />
    

FAQs

Package last updated on 01 Mar 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