1.0.0-RC.24 • Published 1 month ago

@stihl-design-system/components v1.0.0-RC.24

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 month ago

STIHL Design System

Welcome to the STIHL Design System react component library.

Please consult the official documentation here:

https://designsystem.stihl.de/

Install

To use the STIHL Design System components in your react application please follow these steps:

1. Package installation

Install the STIHL Design System components package by running

npm install @stihl-design-system/components

2. Font faces

It is required to import the font faces inside your global .scss file like so:

@import '@stihl-design-system/components/styles/fonts/font-face.min.css';

3. CSS Reset

It is required to use the CSS Reset partial

import { getResetStyles } from '@stihl-design-system/components/partials';

// Use getResetStyles() according to your framework - see CSS Reset Partial docs

Using Next.js with Pages Router

If you are using Next.js < 14 with Pages Router another step is necessary for the STIHL Design System dependency to be transpiled.

Install the next-transpile-modules package according to the Compatibility table

Then use it like this in your next.config.js:

const withTM = require('next-transpile-modules')([
  '@stihl-design-system/components',
]);

Useful Links

Figma Library Open in Figma

1.0.0-RC.19

4 months ago

1.0.0-RC.21

3 months ago

1.0.0-RC.22

2 months ago

1.0.0-RC.23

2 months ago

1.0.0-RC.24

1 month ago

1.0.0-RC.20

3 months ago

1.0.0-RC.12

8 months ago

1.0.0-RC.13

8 months ago

1.0.0-RC.18

5 months ago

1.0.0-RC.14

7 months ago

1.0.0-RC.15

6 months ago

1.0.0-RC.16

6 months ago

1.0.0-RC.17

5 months ago

1.0.0-RC.11

9 months ago

1.0.0-RC.10

10 months ago

1.0.0-RC.9

11 months ago

1.0.0-RC.8

11 months ago

1.0.0-RC.7

11 months ago

1.0.0-RC.6

12 months ago

1.0.0-RC.5

12 months ago

1.0.0-RC.4

1 year ago

1.0.0-RC.3

1 year ago

1.0.0-RC.2

1 year ago

1.0.0-RC.1

1 year ago

1.0.0-RC.0

1 year ago

1.2.0-rc.0

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago