@maskingtech/designsystem
v0.0.8
Published
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.
Downloads
60
Keywords
Readme
Masking Technology Design System (MTDS)
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.
Installation
npm install @maskingtech/designsystemUsage
To activate it, its root element needs to be added to the application.
import { DesignSystem } from '@maskingtech/designsystem';
import '@maskingtech/designsystem/style.css';
<DesignSystem>
{/* layout, elements and components here */}
</DesignSystem>The list of layouts, elements, components, and customization options can be found in the documentation.
