A simple, customizable design system that wraps common CSS features into elements and turns standard HTML elements into interactive components. Currently, only React is supported.
npm install @maskingtech/designsystemA simple, customizable design system that wraps common CSS features into elements and turns standard HTML elements into interactive components. Currently, only React is supported.

``bash`
npm install @maskingtech/designsystem
To activate it, its root element needs to be added to the application.
`tsx
import { DesignSystem } from '@maskingtech/designsystem';
import '@maskingtech/designsystem/style.css';
{/ layout, elements and components here /}
``
The list of layouts, elements, components, and customization options can be found in the documentation.