@etchteam/mobius
TypeScript icon, indicating that this package has built-in type declarations

7.10.0 • Public • Published

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

Import a theme file

import '@etchteam/mobius/src/styles/themes/default/main.scss';
import React from 'react';
import { Button } from '@etchteam/mobius';

const MyComponent = () => (
  <Button
    type="primary"
    href="https://reactjs.org"
    target="_blank"
    rel="noopener noreferrer"
  >
    Learn React
  </Button>
)

Readme

Keywords

none

Package Sidebar

Install

npm i @etchteam/mobius

Weekly Downloads

107

Version

7.10.0

License

none

Unpacked Size

4.51 MB

Total Files

341

Last publish

Collaborators

  • ella-etch
  • joshthewanderer
  • gavmck
  • dan-webb