@deltarm/design

0.1.67 • Public • Published



DeltaRM Design System

Design System organization for DeltaRM.

Installation

To install DeltaRM Design System, you can use yarn or npm.

// with yarn
yarn add @deltarm/design

// with npm
npm install @deltarm/design

Usage

React Components

import { SimpleSearch } from '@deltarm/design';

const onSearch = (value: string) => {
  console.log(value);
}

<SimpleSearch onSearch={onSearch} />

See full documentation here.

Colors

@import 'node_modules/@deltarm/design/styles/variables/colors';

.my-selector {
  color: $color-primary;
}

See full documentation here.

Font Icons

import '@deltarm/design/fonts/deltarm.scss';

<i className={'_deltarm-icon-list-numbers'} />

See full documentation here.

Icons

 import icon from '@deltarm/design/icons/Custom/bell.svg';

console.log(icon);

See full documentation here.

Logos

import logo from '@deltarm/design/logos/deltarm-full.svg';

console.log(logo);

See full documentation here.

Contributing

Follow our contributing guides.

License

DeltaRM Design System is MIT Licensed.

Readme

Keywords

none

Package Sidebar

Install

npm i @deltarm/design

Weekly Downloads

3

Version

0.1.67

License

MIT

Unpacked Size

3.6 MB

Total Files

238

Last publish

Collaborators

  • folliked
  • fkdiomande
  • fdemiramon