Socket
Socket
Sign inDemoInstall

@assecosolutions/common

Package Overview
Dependencies
5
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @assecosolutions/common

This lib bundle all styles used inside assecosolutions applications. If you use styles / icons directly from the common folder you can brand your applications CI based on Assecosolutions recommendations and Guidelines and stay up to date when there are ne


Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Install size
508 kB
Created
Weekly downloads
 

Readme

Source

🦊 Fox - Future Open Experience

This lib bundle all styles used inside assecosolutions applications. If you use styles / icons directly from the common folder you can brand your applications CI based on Assecosolutions recommendations and Guidelines and stay up to date when there are new changes.

Installation

npm i @assecosolutions/common

Usage

Inside the common folder we have 3 base folder:

Images

Here we host our images for all applications and use it like.

<img src="./node_modules/@assecosolutions/common/images/asseco_solutions.png" />

Interfaces

The library also contains several intefaces to be used like this.

import { TableColumnConfiguration } from '@assecosolutions/common';

Styles

Here we host our application styles, themes and variables for public usage

//for all styles
@import '@assecosolutions/common/styles/base.app.styles.scss';
//only variables
@import '@assecosolutions/common/styles/variables.scss';
//only grid
@import '@assecosolutions/common/styles/grid.scss';
. . .

Font

We Import our fonts via cdn and not local (if needed local, contact us).

<link
  href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap"
  rel="stylesheet"
/>
<link
  href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,900&display=swap"
  rel="stylesheet"
/>
<link
  href="https://fonts.googleapis.com/icon?family=Material+Icons"
  rel="stylesheet"
/>

Usage Demo and Docs

We use Storybook to deliver an interactive documentation of our Design system. There you can find Multiple examples, guidelines and the documentation of all FOX web components.

Maintainer

Burak TopalJari MöllenberndJulia NissenFlorian Ehmke
Burak Topal (@biggisb)Jari Möllenbernd (@jarmee)Julia Nissen (@JuliaNssn)Florian Ehmke (@florianehmke)

FAQs

Last updated on 05 Jul 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc