@kth/style
TypeScript icon, indicating that this package has built-in type declarations

0.18.11 • Public • Published

@kth/style

Styles and components used across KTH.

Documentation available in the KTH Style website

Structure

@kth/style
├── src/
│   ├── index.ts
│   ├── components
│   └── react-components
├── scss/
│   ├── components
│   ├── tokens
│   └── utils
├── assets
├── ...
├── package.json
└── rollup.config.mjs
  • scss contains all CSS. Those can be imported as they are
  • src contains source for JavaScript components. Written in JavaScript
    • src/components are the components that do not use React
    • src/react-components are the React components
    • index.ts and react.ts re-export the content in the respective components directories
  • assets are static assets like the fonts and logotype. This is meant to be exposed by apps using KTH Style

Readme

Keywords

none

Package Sidebar

Install

npm i @kth/style

Weekly Downloads

551

Version

0.18.11

License

none

Unpacked Size

238 kB

Total Files

46

Last publish

Collaborators

  • kth-stratus
  • mictsi
  • n_sandstrom
  • kthwebmaster
  • exacs
  • ssundkvist
  • kth-ci
  • emilstenberg