Skip to content

Latest commit

History

790 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Mobius design system

Storybook docs

Live demo

Install

npm install --save @etchteam/mobius

Usage

Install the global CSS in your main app file

import'@etchteam/mobius/src/styles/main.scss';import'@etchteam/mobius/components.css';// Optional font faceimport'@etchteam/mobius/src/styles/fonts.scss';

Import a theme file

import'@etchteam/mobius/src/styles/themes/default/main.scss';
importReactfrom'react';import{Button}from'@etchteam/mobius';constMyComponent=()=>(<Buttontype="primary"href="https://reactjs.org"target="_blank"rel="noopener noreferrer">
Learn React
</Button>)

About

WRAP's design system

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages