radix-ds

0.5.0 • Public • Published

radix

Travis npm package Coveralls

Radix is a design system and component library for Modulz design tool. MIT license.

To use Radix in your project, first install it with NPM.

npm install radix-ds

Then you can import Radix components into your React components

import { Flexbox } from 'radix-ds';

To import multiple Radix components, use this syntax

import {
  Flexbox,
  Box,
  Button
} from 'radix-ds';

You can also import the Radix theme, if you wish to create your own components

import { Theme } from 'radix-ds';

/radix-ds/

    Package Sidebar

    Install

    npm i radix-ds

    Weekly Downloads

    2

    Version

    0.5.0

    License

    MIT

    Unpacked Size

    851 kB

    Total Files

    154

    Last publish

    Collaborators

    • loklaan
    • peduarte
    • colmtuite
    • stephenhaney