@kth/style
v1.7.0
Published
Styles and components used across KTH.
Downloads
2,632
Keywords
Readme
@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 aresrc
contains source for JavaScript components. Written in JavaScriptsrc/components
are the components that do not use Reactsrc/react-components
are the React componentsindex.ts
andreact.ts
re-export the content in the respectivecomponents
directories
assets
are static assets like the fonts and logotype. This is meant to be exposed by apps using KTH Style