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

@erst-vg/dkfds-vite

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erst-vg/dkfds-vite

Fork af DKFDS version 8.0.1, som virker med Vite

  • 8.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

FDS - Det Fælles Designsystem

This repo is part of the project for a Frontend Styleguide.

Using the design system in your project

There are a few different ways to use the design system within your project. Which one you choose depends on the needs of your project and how you are most comfortable working. Here are a few notes on what to consider when deciding which installation method to use:

Download

Download the design system as a zip file and open that file.

Install using npm

Install dkfds in your project by writing the following in a commad-prompt:

npm install --save dkfds

The dkfds module is now installed as a dependency. You can use the un-compiled files found in the src/ or the compiled files in the dist/ directory.

Including FDS in your project

FDS as vendor

If you downloaded the project as a zip folder simply include the follow code in the head-part of your page to include the css:

  <link type='text/css' rel='stylesheet' href='[path to dkfds folder]/dist/css/dkfds.css'>

To include the javascript, include this tag at the bottom of the body-part of your page:

  <script src='[path to dkfds folder]/dist/js/dkfds.js'></script>
Webpack

To include the styling add the following code to your main.scss file:

  $font-path:         '~dkfds/src/fonts/IBMPlexSans/';
  $image-path:        '~dkfds/src/img';
  $site-image-path:   '~dkfds/src/img';
  $icons-folder-path: '~dkfds/src/img/svg-icons';
  @import '../node_modules/dkfds/src/stylesheets/dkfds';

To include the javascript via webpack, import it in your main.js file:

  import "dkfds";

Contribute

The project is available on Github. You are more than welcome to contact us with suggestions or if you have a bug to report. See the project on Github

FAQs

Package last updated on 31 Jul 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

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