radix-ds
v0.5.0
Published
Design system and component libray for Modulz.
Downloads
16
Readme
radix
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';