Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

radix-ds

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radix-ds

Design system and component libray for Modulz.

  • 0.5.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source

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';

Keywords

FAQs

Package last updated on 31 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc